We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fbeccb commit c98d8bbCopy full SHA for c98d8bb
x-pack/qa/third-party/active-directory/build.gradle
@@ -29,4 +29,8 @@ tasks.named("test").configure {
29
systemProperty 'tests.security.manager', 'false'
30
include '**/*IT.class'
31
include '**/*Tests.class'
32
+
33
+ // Limit how many concurrent docker test fixtures we are running
34
+ maxParallelForks = 1
35
+ forkEvery = 1
36
}
0 commit comments