Skip to content

Commit

Permalink
AwaitsFix 1 shallow test in CloneSnapshotIT
Browse files Browse the repository at this point in the history
Signed-off-by: Ashish Singh <ssashish@amazon.com>
  • Loading branch information
ashking94 committed Sep 3, 2023
1 parent c086764 commit 2fc1ca4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 2fc1ca4

Please sign in to comment.