Mute SourceOnlySnapshotIT testSnapshotAndRestore
Due to https://github.com/elastic/elasticsearch/issues/36330
This commit is contained in:
parent
0dd73ef7da
commit
60289e7331
|
@ -92,6 +92,12 @@ public class SourceOnlySnapshotIT extends ESIntegTestCase {
|
|||
}
|
||||
}
|
||||
|
||||
public void testToStopSuiteFailing() {
|
||||
// This is required because otherwise every test in the suite is muted
|
||||
// TODO remove this when one of the other tests is fixed
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/36330")
|
||||
public void testSnapshotAndRestore() throws Exception {
|
||||
final String sourceIdx = "test-idx";
|
||||
boolean requireRouting = randomBoolean();
|
||||
|
|
Loading…
Reference in New Issue