Skip to content

Commit f131654

Browse files
authored
manual backporting| (elastic#132783)
1 parent c0dc884 commit f131654

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

muted-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -406,9 +406,6 @@ tests:
406406
- class: org.elasticsearch.test.index.IndexVersionUtilsTests
407407
method: testIndexCompatibleVersionMatches
408408
issue: https://github.com/elastic/elasticsearch/issues/120760
409-
- class: org.elasticsearch.search.CCSDuelIT
410-
method: testTerminateAfter
411-
issue: https://github.com/elastic/elasticsearch/issues/126085
412409
- class: org.elasticsearch.smoketest.DocsClientYamlTestSuiteIT
413410
method: test {yaml=reference/search/retriever/line_906}
414411
issue: https://github.com/elastic/elasticsearch/issues/131041

qa/multi-cluster-search/src/test/java/org/elasticsearch/search/CCSDuelIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1333,6 +1333,7 @@ private static Map<String, Object> responseToMap(ObjectPath response) throws IOE
13331333
Map<String, Object> responseMap = XContentHelper.convertToMap(bytesReference, false, XContentType.JSON).v2();
13341334
assertNotNull(responseMap.put("took", -1));
13351335
responseMap.remove("num_reduce_phases");
1336+
responseMap.remove("terminated_early");
13361337
Map<String, Object> profile = (Map<String, Object>) responseMap.get("profile");
13371338
if (profile != null) {
13381339
List<Map<String, Object>> shards = (List<Map<String, Object>>) profile.get("shards");

0 commit comments

Comments
 (0)