From 2fc1ca49d01879c22c6c7467f37b76887c360676 Mon Sep 17 00:00:00 2001 From: Ashish Singh Date: Sun, 3 Sep 2023 09:44:11 +0530 Subject: [PATCH] AwaitsFix 1 shallow test in CloneSnapshotIT Signed-off-by: Ashish Singh --- .../java/org/opensearch/snapshots/CloneSnapshotIT.java | 1 + 1 file changed, 1 insertion(+) diff --git a/server/src/internalClusterTest/java/org/opensearch/snapshots/CloneSnapshotIT.java b/server/src/internalClusterTest/java/org/opensearch/snapshots/CloneSnapshotIT.java index 55ce2805fcb94..fba829deb4035 100644 --- a/server/src/internalClusterTest/java/org/opensearch/snapshots/CloneSnapshotIT.java +++ b/server/src/internalClusterTest/java/org/opensearch/snapshots/CloneSnapshotIT.java @@ -278,6 +278,7 @@ public void testCloneAfterRepoShallowSettingEnabled() throws Exception { assertEquals(getSnapshot(snapshotRepoName, targetSnapshot).isRemoteStoreIndexShallowCopyEnabled(), false); } + @AwaitsFix(bugUrl = "remote store tests that run on main successfully") public void testCloneAfterRepoShallowSettingDisabled() throws Exception { disableRepoConsistencyCheck("This test uses remote store repository"); FeatureFlagSetter.set(FeatureFlags.REMOTE_STORE);