File tree Expand file tree Collapse file tree
temporal-sdk/src/test/java/io/temporal/workflow/nexus Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757 * in-memory test server does not implement this path so the class is skipped unless a real server
5858 * is in use.
5959 */
60- public class SignalOperationLinkingTest extends BaseNexusTest {
60+ public class SignalOperationLinkingTest {
6161
6262 private static final String MODE_SIGNAL_WITH_START = "signalWithStart" ;
6363 private static final String MODE_SIGNAL = "signal" ;
@@ -80,11 +80,6 @@ public static void requireExternalService() {
8080 SDKTestWorkflowRule .useExternalService );
8181 }
8282
83- @ Override
84- protected SDKTestWorkflowRule getTestWorkflowRule () {
85- return testWorkflowRule ;
86- }
87-
8883 // ── Tests ────────────────────────────────────────────────────────────────────────────────
8984
9085 @ Test
@@ -296,7 +291,6 @@ public String execute(String input) {
296291 Workflow .newNexusServiceStub (
297292 TestNexusServices .TestNexusService1 .class ,
298293 NexusServiceOptions .newBuilder ()
299- .setEndpoint (getEndpointName ())
300294 .setOperationOptions (
301295 NexusOperationOptions .newBuilder ()
302296 .setScheduleToCloseTimeout (Duration .ofSeconds (30 ))
You can’t perform that action at this time.
0 commit comments