Test: mute testSnapshotAndRestoreWithNested
This mutes SourceOnlySnapshotIT#testSnapshotAndRestoreWithNested as it fails reproducibly. See #36276
This commit is contained in:
parent
54dcc273a8
commit
b8743f6636
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue