From 5453188ceff239154754e132f9add291e05361ce Mon Sep 17 00:00:00 2001 From: Dimitris Athanasiou Date: Wed, 24 Jul 2019 14:24:39 +0300 Subject: [PATCH] [TEST] Mute SharedClusterSnapshotRestoreIT.testParallelRestoreOperationsFromSingleSnapshot This was supposed to be muted in #44675 and its backports but that PR accidentally muted another test. Relates #44671 --- .../elasticsearch/snapshots/SharedClusterSnapshotRestoreIT.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/test/java/org/elasticsearch/snapshots/SharedClusterSnapshotRestoreIT.java b/server/src/test/java/org/elasticsearch/snapshots/SharedClusterSnapshotRestoreIT.java index 434fda945a6..9d84a738d68 100644 --- a/server/src/test/java/org/elasticsearch/snapshots/SharedClusterSnapshotRestoreIT.java +++ b/server/src/test/java/org/elasticsearch/snapshots/SharedClusterSnapshotRestoreIT.java @@ -3405,7 +3405,6 @@ public class SharedClusterSnapshotRestoreIT extends AbstractSnapshotIntegTestCas } public void testSnapshotStatusOnFailedIndex() throws Exception { - assumeFalse("https://github.com/elastic/elasticsearch/issues/44671", Constants.WINDOWS); logger.info("--> creating repository"); final Path repoPath = randomRepoPath(); final Client client = client(); @@ -3692,6 +3691,7 @@ public class SharedClusterSnapshotRestoreIT extends AbstractSnapshotIntegTestCas } public void testParallelRestoreOperationsFromSingleSnapshot() throws Exception { + assumeFalse("https://github.com/elastic/elasticsearch/issues/44671", Constants.WINDOWS); String indexName1 = "testindex1"; String indexName2 = "testindex2"; String repoName = "test-restore-snapshot-repo";