Skip to content

Commit

Permalink
Mute flaky SearchableSnapshotsCanMatchOnCoordinatorIntegTests
Browse files Browse the repository at this point in the history
  • Loading branch information
rjernst committed Feb 12, 2024
1 parent 11f3c29 commit 4b5f0a0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@ public void testQueryPhaseIsExecutedInAnAvailableNodeWhenAllShardsCanBeSkipped()
issueUrl = "https://github.com/elastic/elasticsearch/issues/97878",
value = "org.elasticsearch.snapshots:DEBUG,org.elasticsearch.indices.recovery:DEBUG,org.elasticsearch.action.search:DEBUG"
)
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/105339")
public void testSearchableSnapshotShardsThatHaveMatchingDataAreNotSkippedOnTheCoordinatingNode() throws Exception {
internalCluster().startMasterOnlyNode();
internalCluster().startCoordinatingOnlyNode(Settings.EMPTY);
Expand Down

0 comments on commit 4b5f0a0

Please sign in to comment.