[TEST] Mute SharedClusterSnapshotRestoreIT.testParallelRestoreOperationsFromSingleSnapshot
This was supposed to be muted in #44675 and its backports but that PR accidentally muted another test. Relates #44671
This commit is contained in:
parent
4a3218551c
commit
5453188cef
|
@ -3405,7 +3405,6 @@ public class SharedClusterSnapshotRestoreIT extends AbstractSnapshotIntegTestCas
|
||||||
}
|
}
|
||||||
|
|
||||||
public void testSnapshotStatusOnFailedIndex() throws Exception {
|
public void testSnapshotStatusOnFailedIndex() throws Exception {
|
||||||
assumeFalse("https://github.com/elastic/elasticsearch/issues/44671", Constants.WINDOWS);
|
|
||||||
logger.info("--> creating repository");
|
logger.info("--> creating repository");
|
||||||
final Path repoPath = randomRepoPath();
|
final Path repoPath = randomRepoPath();
|
||||||
final Client client = client();
|
final Client client = client();
|
||||||
|
@ -3692,6 +3691,7 @@ public class SharedClusterSnapshotRestoreIT extends AbstractSnapshotIntegTestCas
|
||||||
}
|
}
|
||||||
|
|
||||||
public void testParallelRestoreOperationsFromSingleSnapshot() throws Exception {
|
public void testParallelRestoreOperationsFromSingleSnapshot() throws Exception {
|
||||||
|
assumeFalse("https://github.com/elastic/elasticsearch/issues/44671", Constants.WINDOWS);
|
||||||
String indexName1 = "testindex1";
|
String indexName1 = "testindex1";
|
||||||
String indexName2 = "testindex2";
|
String indexName2 = "testindex2";
|
||||||
String repoName = "test-restore-snapshot-repo";
|
String repoName = "test-restore-snapshot-repo";
|
||||||
|
|
Loading…
Reference in New Issue