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 {
3396
3396
}
3397
3397
3398
3398
public void testSnapshotStatusOnFailedIndex () throws Exception {
3399
- assumeFalse ("https://github.com/elastic/elasticsearch/issues/44671" , Constants .WINDOWS );
3400
3399
logger .info ("--> creating repository" );
3401
3400
final Path repoPath = randomRepoPath ();
3402
3401
final Client client = client ();
@@ -3682,6 +3681,7 @@ public void testParallelRestoreOperations() {
3682
3681
}
3683
3682
3684
3683
public void testParallelRestoreOperationsFromSingleSnapshot () throws Exception {
3684
+ assumeFalse ("https://github.com/elastic/elasticsearch/issues/44671" , Constants .WINDOWS );
3685
3685
String indexName1 = "testindex1" ;
3686
3686
String indexName2 = "testindex2" ;
3687
3687
String repoName = "test-restore-snapshot-repo" ;
You can’t perform that action at this time.
0 commit comments