diff --git a/x-pack/plugin/core/src/test/java/org/elasticsearch/snapshots/SourceOnlySnapshotIT.java b/x-pack/plugin/core/src/test/java/org/elasticsearch/snapshots/SourceOnlySnapshotIT.java index cd9eef04e5d..6e35237981c 100644 --- a/x-pack/plugin/core/src/test/java/org/elasticsearch/snapshots/SourceOnlySnapshotIT.java +++ b/x-pack/plugin/core/src/test/java/org/elasticsearch/snapshots/SourceOnlySnapshotIT.java @@ -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();