Skip to content

Commit ea8074f

Browse files
Fix WorkflowCancellationScopeDeterminism
1 parent ea8fb9a commit ea8074f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)