Skip to content

Commit

Permalink
HDDS-11849. Mark TestBlockOutputStreamWithFailures.test2DatanodesFail…
Browse files Browse the repository at this point in the history
…ure as flaky
  • Loading branch information
adoroszlai committed Dec 3, 2024
1 parent 9dd8bb9 commit 1c5676b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ void testWatchForCommitDatanodeFailure(boolean flushDelay, boolean enablePiggyba

@ParameterizedTest
@MethodSource("clientParameters")
@Flaky("HDDS-11849")
void test2DatanodesFailure(boolean flushDelay, boolean enablePiggybacking) throws Exception {
OzoneClientConfig config = newClientConfig(cluster.getConf(), flushDelay, enablePiggybacking);
try (OzoneClient client = newClient(cluster.getConf(), config)) {
Expand Down

0 comments on commit 1c5676b

Please sign in to comment.