Skip to content

Commit

Permalink
Mute SingleNodeTests#testThatLoadingWithNonExistingIndexWork
Browse files Browse the repository at this point in the history
  • Loading branch information
jtibshirani committed Mar 2, 2022
1 parent 613135b commit 690bc7c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ protected boolean timeWarped() {
// this is the standard setup when starting watcher in a regular cluster
// the index does not exist, a watch gets added
// the watch should be executed properly, despite the index being created and the cluster state listener being reloaded
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/54096")
public void testThatLoadingWithNonExistingIndexWorks() throws Exception {
stopWatcher();
ClusterStateResponse clusterStateResponse = client().admin().cluster().prepareState().get();
Expand Down

0 comments on commit 690bc7c

Please sign in to comment.