Skip to content

Commit

Permalink
HDDS-11646. Mark TestXceiverClientMetrics#testMetrics as flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
adoroszlai committed Nov 13, 2024
1 parent 8e4a508 commit d09e6d4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
import org.apache.hadoop.hdds.scm.protocolPB.StorageContainerLocationProtocolClientSideTranslatorPB;
import org.apache.hadoop.ozone.container.common.SCMTestUtils;
import org.apache.ozone.test.GenericTestUtils;
import org.apache.ozone.test.tag.Flaky;
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Test;
Expand Down Expand Up @@ -77,6 +78,7 @@ public static void shutdown() {
}

@Test
@Flaky("HDDS-11646")
public void testMetrics(@TempDir Path metaDir) throws Exception {
OzoneConfiguration conf = new OzoneConfiguration();
conf.set(HDDS_METADATA_DIR_NAME, metaDir.toString());
Expand Down

0 comments on commit d09e6d4

Please sign in to comment.