Browse Source

Mute testGetSnapshotsMultipleRepos (#44005)

Armin Braun 6 years ago
parent
commit
d0782bcb74

+ 1 - 0
server/src/test/java/org/elasticsearch/snapshots/SharedClusterSnapshotRestoreIT.java

@@ -1340,6 +1340,7 @@ public class SharedClusterSnapshotRestoreIT extends AbstractSnapshotIntegTestCas
         assertTrue(getSnapshotsResponse.getSuccessfulResponses().isEmpty());
     }
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/43993")
     public void testGetSnapshotsMultipleRepos() {
         final Client client = client();