Skip to content

Commit

Permalink
[ci] Mark snapshotWithAdditionalCondition flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed Feb 12, 2024
1 parent 1909c11 commit b45de04
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,10 @@ public void snapshotWithAdditionalConditionWithRestart() throws Exception {
super.snapshotWithAdditionalConditionWithRestart();
}

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

}

0 comments on commit b45de04

Please sign in to comment.