We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7c7341 commit e5c08a1Copy full SHA for e5c08a1
temporal-sdk/src/test/java/io/temporal/activity/ActivityNextRetryDelayTest.java
@@ -21,7 +21,6 @@
21
package io.temporal.activity;
22
23
import static org.junit.Assert.*;
24
-import static org.junit.Assume.assumeFalse;
25
26
import io.temporal.failure.ApplicationFailure;
27
import io.temporal.testing.internal.SDKTestOptions;
@@ -46,8 +45,6 @@ public class ActivityNextRetryDelayTest {
46
45
47
@Test
48
public void activityNextRetryDelay() {
49
- assumeFalse(
50
- "Real Server doesn't support next retry delay yet", SDKTestWorkflowRule.useExternalService);
51
TestWorkflowReturnDuration workflow =
52
testWorkflowRule.newWorkflowStub(TestWorkflowReturnDuration.class);
53
Duration result = workflow.execute(false);
0 commit comments