Skip to content

Commit c560a08

Browse files
committed
Fix tribe test to use unitTest for settings
relates #36311
1 parent 26d2d7d commit c560a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/qa/tribe-tests-with-security/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ integTestCluster {
118118
}
119119
}
120120

121-
test {
121+
unitTest {
122122
/*
123123
* We have to disable setting the number of available processors as tests in the same JVM randomize processors and will step on each
124124
* other if we allow them to set the number of available processors as it's set-once in Netty.

0 commit comments

Comments
 (0)