瀏覽代碼

[TEST] Mute SingleNodeTest.testThatLoadingWithNonExistingIndexWorks #65058

Relates #54096
Valeriy Khakhutskyy 4 年之前
父節點
當前提交
988583efb8

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

@@ -39,6 +39,7 @@ public class SingleNodeTests extends AbstractWatcherIntegrationTestCase {
     // 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();