Skip to content

Commit c406dae

Browse files
committed
Mute SingleNodeTests#testThatLoadingWithNonExistingIndexWork
1 parent 55b212c commit c406dae

File tree

1 file changed

+1
-0
lines changed
  • x-pack/plugin/watcher/src/internalClusterTest/java/org/elasticsearch/xpack/watcher/test/integration

1 file changed

+1
-0
lines changed

x-pack/plugin/watcher/src/internalClusterTest/java/org/elasticsearch/xpack/watcher/test/integration/SingleNodeTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ protected boolean timeWarped() {
4040
// this is the standard setup when starting watcher in a regular cluster
4141
// the index does not exist, a watch gets added
4242
// the watch should be executed properly, despite the index being created and the cluster state listener being reloaded
43+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/54096")
4344
public void testThatLoadingWithNonExistingIndexWorks() throws Exception {
4445
stopWatcher();
4546
ClusterStateResponse clusterStateResponse = client().admin().cluster().prepareState().get();

0 commit comments

Comments
 (0)