Skip to content

Commit

Permalink
HDDS-6116. Remove flaky tag from TestSCMInstallSnapshot (apache#6695)
Browse files Browse the repository at this point in the history
  • Loading branch information
muskan1012 authored and jojochuang committed May 23, 2024
1 parent c14f511 commit ad0b688
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
import org.apache.hadoop.hdds.utils.db.DBStore;
import org.apache.hadoop.ozone.MiniOzoneCluster;
import org.apache.hadoop.ozone.OzoneConsts;
import org.apache.ozone.test.tag.Flaky;

import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.BeforeAll;
Expand Down Expand Up @@ -126,7 +125,6 @@ private DBCheckpoint downloadSnapshot() throws Exception {
}

@Test
@Flaky("HDDS-6116")
public void testInstallCheckPoint() throws Exception {
DBCheckpoint checkpoint = downloadSnapshot();
StorageContainerManager scm = cluster.getStorageContainerManager();
Expand Down

0 comments on commit ad0b688

Please sign in to comment.