Mute SourceOnlySnapshotIT testSnapshotAndRestore

Due to https://github.com/elastic/elasticsearch/issues/36330
This commit is contained in:
David Roberts 2018-12-07 09:49:55 +00:00
parent 0dd73ef7da
commit 60289e7331
1 changed files with 6 additions and 0 deletions

View File

@ -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();