Skip to content

Commit

Permalink
HDDS-11847. Mark TestSnapshotDeletingServiceIntegrationTest#testParal…
Browse files Browse the repository at this point in the history
…lelExcecutionOfKeyDeletionAndSnapshotDeletion as flaky
  • Loading branch information
adoroszlai committed Dec 3, 2024
1 parent b27714f commit 9dd8bb9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,7 @@ private SnapshotDeletingService getMockedSnapshotDeletingService(KeyDeletingServ

@Test
@Order(4)
@Flaky("HDDS-11847")
public void testParallelExcecutionOfKeyDeletionAndSnapshotDeletion() throws Exception {
AtomicBoolean keyDeletionWaitStarted = new AtomicBoolean(false);
AtomicBoolean dirDeletionWaitStarted = new AtomicBoolean(false);
Expand Down

0 comments on commit 9dd8bb9

Please sign in to comment.