Test: mute testSnapshotAndRestoreWithNested

This mutes SourceOnlySnapshotIT#testSnapshotAndRestoreWithNested as it
fails reproducibly.

See #36276
This commit is contained in:
jaymode 2018-12-05 13:44:11 -07:00
parent 54dcc273a8
commit b8743f6636
No known key found for this signature in database
GPG Key ID: D859847567B3493D
1 changed files with 1 additions and 0 deletions

View File

@ -122,6 +122,7 @@ public class SourceOnlySnapshotIT extends ESIntegTestCase {
assertHits(sourceIdx, builders.length, sourceHadDeletions);
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/36276")
public void testSnapshotAndRestoreWithNested() throws Exception {
final String sourceIdx = "test-idx";
boolean requireRouting = randomBoolean();