File tree 1 file changed +1
-1
lines changed
server/src/test/java/org/elasticsearch/snapshots
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -3514,7 +3514,6 @@ public void testSnapshotSucceedsAfterSnapshotFailure() throws Exception {
3514
3514
}
3515
3515
3516
3516
public void testSnapshotStatusOnFailedIndex () throws Exception {
3517
- assumeFalse ("https://github.com/elastic/elasticsearch/issues/44671" , Constants .WINDOWS );
3518
3517
logger .info ("--> creating repository" );
3519
3518
final Path repoPath = randomRepoPath ();
3520
3519
final Client client = client ();
@@ -3801,6 +3800,7 @@ public void testParallelRestoreOperations() {
3801
3800
}
3802
3801
3803
3802
public void testParallelRestoreOperationsFromSingleSnapshot () throws Exception {
3803
+ assumeFalse ("https://github.com/elastic/elasticsearch/issues/44671" , Constants .WINDOWS );
3804
3804
String indexName1 = "testindex1" ;
3805
3805
String indexName2 = "testindex2" ;
3806
3806
String repoName = "test-restore-snapshot-repo" ;
You can’t perform that action at this time.
0 commit comments