Skip to content

Commit d646af0

Browse files
committed
Revert "Limit concurrency of third party xpack tests (elastic#119297) (elastic#119299)"
This reverts commit 86dfdd2.
1 parent 93354a5 commit d646af0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,4 @@ 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
3632
}

0 commit comments

Comments
 (0)