Skip to content

Commit

Permalink
Disable flaky test (#10927)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmoriceau committed Mar 7, 2022
1 parent 6482867 commit fd1f933
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,7 @@ public void resetStart() throws InterruptedException {
@Timeout(value = 30,
unit = TimeUnit.SECONDS)
@DisplayName("Test that resetting a running workflow cancels the running workflow")
@Disabled
public void resetCancelRunningWorkflow() throws InterruptedException {

final UUID testId = UUID.randomUUID();
Expand Down

0 comments on commit fd1f933

Please sign in to comment.