Skip to content

Commit

Permalink
Fix flake in resetWorkflowIdFromWorkflowTaskTest (#2105)
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinn-With-Two-Ns authored Jun 10, 2024
1 parent 4f781b3 commit f0a30a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ public boolean isAnyTypeSupported() {
// Assert that the reset event id is received by WorkflowTaskHandler
assertEquals(Long.valueOf(1), resetEventIdQueue.take());
// Cleanup
worker.shutdown(new ShutdownManager(), false).get();
worker.shutdown(new ShutdownManager(), true).get();
}

private ReplayWorkflowFactory setUpMockWorkflowFactory() throws Throwable {
Expand Down

0 comments on commit f0a30a6

Please sign in to comment.