Skip to content

Commit e562116

Browse files
Fix WorkflowCancellationScopeDeterminism
1 parent 277802d commit e562116

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

temporal-sdk/src/test/java/io/temporal/workflow/cancellationTests/WorkflowCancellationScopeDeterminism.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ public class WorkflowCancellationScopeDeterminism {
2323
SDKTestWorkflowRule.newBuilder()
2424
.setWorkflowTypes(TestWorkflowImpl.class)
2525
.setActivityImplementations(new TestActivityImpl())
26-
.setUseExternalService(true)
2726
.build();
2827

2928
@Before

0 commit comments

Comments
 (0)