Mute AzureBlobStoreRepositoryTests.testIndicesDeletedFromRepository (#47949)
This commit is contained in:
parent
68eaa21d77
commit
7f01b0a670
|
@ -265,4 +265,10 @@ public class AzureBlobStoreRepositoryTests extends ESMockAPIBasedRepositoryInteg
|
||||||
+ (range != null ? " " + range : "");
|
+ (range != null ? " " + range : "");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/47948")
|
||||||
|
public void testIndicesDeletedFromRepository() throws Exception {
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue