Skip to content

Commit

Permalink
Enable next retry delay test for server (#2129)
Browse files Browse the repository at this point in the history
Enable next retry delay test for server
  • Loading branch information
Quinn-With-Two-Ns committed Jul 31, 2024
1 parent 2fbfdb8 commit 6cc62a4
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
package io.temporal.activity;

import static org.junit.Assert.*;
import static org.junit.Assume.assumeFalse;

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

@Test
public void activityNextRetryDelay() {
assumeFalse(
"Real Server doesn't support next retry delay yet", SDKTestWorkflowRule.useExternalService);
TestWorkflowReturnDuration workflow =
testWorkflowRule.newWorkflowStub(TestWorkflowReturnDuration.class);
Duration result = workflow.execute(false);
Expand Down

0 comments on commit 6cc62a4

Please sign in to comment.