Skip to content

Commit c98d8bb

Browse files
authored
Limit concurrency of third party xpack tests (elastic#119297)
1 parent 2fbeccb commit c98d8bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

x-pack/qa/third-party/active-directory/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,8 @@ tasks.named("test").configure {
2929
systemProperty 'tests.security.manager', 'false'
3030
include '**/*IT.class'
3131
include '**/*Tests.class'
32+
33+
// Limit how many concurrent docker test fixtures we are running
34+
maxParallelForks = 1
35+
forkEvery = 1
3236
}

0 commit comments

Comments
 (0)