Skip to content

Commit

Permalink
HDDS-11927. Mark testGetCurrentStatisticsWhileBalancingInProgress as …
Browse files Browse the repository at this point in the history
…flaky
  • Loading branch information
adoroszlai committed Dec 13, 2024
1 parent 66ccc25 commit 1835326
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
import org.apache.hadoop.hdds.scm.server.StorageContainerManager;
import org.apache.hadoop.ozone.OzoneConsts;
import org.apache.ozone.test.LambdaTestUtils;
import org.apache.ozone.test.tag.Flaky;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;

Expand Down Expand Up @@ -149,6 +150,7 @@ void testGetCurrentStatisticsWithDelay() throws Exception {
}

@Test
@Flaky("HDDS-11927")
void testGetCurrentStatisticsWhileBalancingInProgress() throws Exception {
MockedSCM mockedScm = new MockedSCM(new TestableCluster(20, OzoneConsts.GB));

Expand Down

0 comments on commit 1835326

Please sign in to comment.