Skip to content

Commit bf9526f

Browse files
committed
Redundant test
1 parent fde3769 commit bf9526f

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

temporal-sdk/src/test/java/io/temporal/client/functional/StandaloneActivityOperatorCommandsTest.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -248,15 +248,6 @@ private StartActivityOptions.Builder slowOpts() {
248248
// Tests
249249
// ---------------------------------------------------------------------------
250250

251-
@Test
252-
public void pauseShowsPaused() {
253-
assumeTrue(SDKTestWorkflowRule.useExternalService);
254-
ActivityHandle<Void> handle = startRunningSlowActivity(slowOpts());
255-
handle.pause("test-pause-reason");
256-
assertEventuallyPaused(handle);
257-
handle.terminate("cleanup");
258-
}
259-
260251
// Overrides the rule's default 10s global timeout: the start delay makes this take longer.
261252
@Test(timeout = 60_000)
262253
public void unpauseResumes() {

0 commit comments

Comments
 (0)