Skip to content

Commit

Permalink
[ci] Add Flaky on snapshotOnlyWithRestart
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed Feb 12, 2024
1 parent caed77c commit 2629ff0
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,4 +230,10 @@ public void snapshotWithAdditionalCondition() throws Exception {
super.snapshotWithAdditionalCondition();
}

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

}

0 comments on commit 2629ff0

Please sign in to comment.