File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
server/src/test/java/org/elasticsearch/snapshots Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -3396,7 +3396,6 @@ public void testSnapshotSucceedsAfterSnapshotFailure() throws Exception {
33963396 }
33973397
33983398 public void testSnapshotStatusOnFailedIndex () throws Exception {
3399- assumeFalse ("https://github.com/elastic/elasticsearch/issues/44671" , Constants .WINDOWS );
34003399 logger .info ("--> creating repository" );
34013400 final Path repoPath = randomRepoPath ();
34023401 final Client client = client ();
@@ -3682,6 +3681,7 @@ public void testParallelRestoreOperations() {
36823681 }
36833682
36843683 public void testParallelRestoreOperationsFromSingleSnapshot () throws Exception {
3684+ assumeFalse ("https://github.com/elastic/elasticsearch/issues/44671" , Constants .WINDOWS );
36853685 String indexName1 = "testindex1" ;
36863686 String indexName2 = "testindex2" ;
36873687 String repoName = "test-restore-snapshot-repo" ;
You can’t perform that action at this time.
0 commit comments