Skip to content

Commit f0a30a6

Browse files
Fix flake in resetWorkflowIdFromWorkflowTaskTest (#2105)
1 parent 4f781b3 commit f0a30a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

temporal-sdk/src/test/java/io/temporal/internal/worker/WorkflowWorkerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ public boolean isAnyTypeSupported() {
403403
// Assert that the reset event id is received by WorkflowTaskHandler
404404
assertEquals(Long.valueOf(1), resetEventIdQueue.take());
405405
// Cleanup
406-
worker.shutdown(new ShutdownManager(), false).get();
406+
worker.shutdown(new ShutdownManager(), true).get();
407407
}
408408

409409
private ReplayWorkflowFactory setUpMockWorkflowFactory() throws Throwable {

0 commit comments

Comments
 (0)