Skip to content

Commit f2e65f2

Browse files
authored
HDDS-6116. Remove flaky tag from TestSCMInstallSnapshot (#6695)
1 parent fe4a210 commit f2e65f2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/hdds/scm/TestSCMInstallSnapshot.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
import org.apache.hadoop.hdds.utils.db.DBStore;
3737
import org.apache.hadoop.ozone.MiniOzoneCluster;
3838
import org.apache.hadoop.ozone.OzoneConsts;
39-
import org.apache.ozone.test.tag.Flaky;
4039

4140
import org.junit.jupiter.api.AfterAll;
4241
import org.junit.jupiter.api.BeforeAll;
@@ -126,7 +125,6 @@ private DBCheckpoint downloadSnapshot() throws Exception {
126125
}
127126

128127
@Test
129-
@Flaky("HDDS-6116")
130128
public void testInstallCheckPoint() throws Exception {
131129
DBCheckpoint checkpoint = downloadSnapshot();
132130
StorageContainerManager scm = cluster.getStorageContainerManager();

0 commit comments

Comments
 (0)