Skip to content

Commit

Permalink
[ci] Mark snapshotWithAdditionalCondition as Flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros authored and jpechane committed Feb 20, 2024
1 parent c624895 commit 666ee88
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,11 @@ public void snapshotWithAdditionalConditionWithRestart() throws Exception {
super.snapshotWithAdditionalConditionWithRestart();
}

@Test
@Override
@Flaky("DBZ-7478")
public void snapshotWithAdditionalCondition() throws Exception {
super.snapshotWithAdditionalCondition();
}

}

0 comments on commit 666ee88

Please sign in to comment.