Skip to content

Commit

Permalink
Revert "Limit concurrency of third party xpack tests (elastic#119297)"
Browse files Browse the repository at this point in the history
This reverts commit c98d8bb.
  • Loading branch information
mark-vieira committed Dec 27, 2024
1 parent 0e94d4f commit b790628
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 b790628

Please sign in to comment.