Skip to content

Commit

Permalink
Limit concurrency of third party xpack tests (elastic#119297)
Browse files Browse the repository at this point in the history
(cherry picked from commit c98d8bb)
  • Loading branch information
mark-vieira committed Dec 27, 2024
1 parent faaede7 commit 97461c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions x-pack/qa/third-party/active-directory/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,8 @@ tasks.named("test").configure {
systemProperty 'tests.security.manager', 'false'
include '**/*IT.class'
include '**/*Tests.class'

// Limit how many concurrent docker test fixtures we are running
maxParallelForks = 1
forkEvery = 1
}

0 comments on commit 97461c3

Please sign in to comment.