Skip to content

Commit

Permalink
Revert "Limit concurrency of third party xpack tests (#119297) (#119299
Browse files Browse the repository at this point in the history
…)"

This reverts commit 86dfdd2.
  • Loading branch information
mark-vieira committed Dec 27, 2024
1 parent 93354a5 commit d646af0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions x-pack/qa/third-party/active-directory/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,4 @@ 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 d646af0

Please sign in to comment.