Skip to content

Commit

Permalink
Limit concurrency of third party xpack tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed Dec 26, 2024
1 parent 86811a0 commit 7f6840b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 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,7 @@ 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
}

0 comments on commit 7f6840b

Please sign in to comment.