Skip to content

Commit

Permalink
Unmute testThatLoadingWithNonExistingIndexWorks (#93509)
Browse files Browse the repository at this point in the history
We are reevaluating old failures to see if they still happen. With this PR we close the test failure issue and we will re-open it if the same failure happens.
  • Loading branch information
gmarouli authored Feb 6, 2023
1 parent b473d81 commit d55a1c8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ 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 d55a1c8

Please sign in to comment.