Browse Source

AwaitsFix testExcludedPatternIndicesAreNotAutoFollowed (#73798)

Relates to #73794
Lee Hinman 4 years ago
parent
commit
12a2694299

+ 1 - 0
x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/action/AutoFollowCoordinatorTests.java

@@ -2051,6 +2051,7 @@ public class AutoFollowCoordinatorTests extends ESTestCase {
         }
     }
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/73797")
     public void testExcludedPatternIndicesAreNotAutoFollowed() {
         final Client client = mock(Client.class);
         when(client.getRemoteClusterClient(anyString())).thenReturn(client);