Skip to content

Commit 4483a0d

Browse files
piergmioanatia
authored andcommitted
fixed testCCSClusterDetailsWhereAllShardsSkippedInCanMatch (elastic#115774)
1 parent 373daf7 commit 4483a0d

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

muted-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -262,9 +262,6 @@ tests:
262262
- class: org.elasticsearch.oldrepos.OldRepositoryAccessIT
263263
method: testOldRepoAccess
264264
issue: https://github.com/elastic/elasticsearch/issues/115631
265-
- class: org.elasticsearch.xpack.search.CrossClusterAsyncSearchIT
266-
method: testCCSClusterDetailsWhereAllShardsSkippedInCanMatch
267-
issue: https://github.com/elastic/elasticsearch/issues/115652
268265
- class: org.elasticsearch.index.get.GetResultTests
269266
method: testToAndFromXContent
270267
issue: https://github.com/elastic/elasticsearch/issues/115688

x-pack/plugin/async-search/src/internalClusterTest/java/org/elasticsearch/xpack/search/CrossClusterAsyncSearchIT.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@ public void testCCSClusterDetailsWhereAllShardsSkippedInCanMatch() throws Except
287287
try {
288288
responseId = response.getId();
289289
assertNotNull(response.getSearchResponse());
290-
assertTrue(response.isRunning());
291290
SearchResponse.Clusters clusters = response.getSearchResponse().getClusters();
292291
assertThat(clusters.getTotal(), equalTo(2));
293292
if (dfs) {

0 commit comments

Comments
 (0)