Skip to content

Commit e5c08a1

Browse files
Enable next retry delay test for server (#2129)
Enable next retry delay test for server
1 parent f7c7341 commit e5c08a1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

temporal-sdk/src/test/java/io/temporal/activity/ActivityNextRetryDelayTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
package io.temporal.activity;
2222

2323
import static org.junit.Assert.*;
24-
import static org.junit.Assume.assumeFalse;
2524

2625
import io.temporal.failure.ApplicationFailure;
2726
import io.temporal.testing.internal.SDKTestOptions;
@@ -46,8 +45,6 @@ public class ActivityNextRetryDelayTest {
4645

4746
@Test
4847
public void activityNextRetryDelay() {
49-
assumeFalse(
50-
"Real Server doesn't support next retry delay yet", SDKTestWorkflowRule.useExternalService);
5148
TestWorkflowReturnDuration workflow =
5249
testWorkflowRule.newWorkflowStub(TestWorkflowReturnDuration.class);
5350
Duration result = workflow.execute(false);

0 commit comments

Comments
 (0)