Skip to content

Commit

Permalink
Merge branch 'main' into partial-result-on-demand
Browse files Browse the repository at this point in the history
  • Loading branch information
smalyshev authored Dec 26, 2024
2 parents 605a5ee + c98d8bb commit 8035e41
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,9 @@ tests:
- class: org.elasticsearch.smoketest.SmokeTestMultiNodeClientYamlTestSuiteIT
method: test {yaml=indices.create/20_synthetic_source/create index with use_synthetic_source}
issue: https://github.com/elastic/elasticsearch/issues/119191
- class: org.elasticsearch.index.mapper.AbstractShapeGeometryFieldMapperTests
method: testCartesianBoundsBlockLoader
issue: https://github.com/elastic/elasticsearch/issues/119201

# Examples:
#
Expand Down
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 8035e41

Please sign in to comment.