Skip to content

Commit c74cf40

Browse files
committed
IWF-438: Remove test
1 parent ae6d906 commit c74cf40

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

src/test/java/io/iworkflow/integ/RpcTest.java

+1-12
Original file line numberDiff line numberDiff line change
@@ -336,16 +336,5 @@ public void testSignalChannelSizeInfo(){
336336

337337
}
338338

339-
@Test
340-
public void testImplementationException() {
341-
final Client client = new Client(WorkflowRegistry.registry, ClientOptions.localDefault);
342-
final String wfId = "implementation-exception-test-id" + System.currentTimeMillis() / 1000;
343-
final Integer input = 5;
344-
try {
345-
client.startWorkflow(RpcWorkflowWithFinalRpc.class, wfId, input, null);
346-
} catch (ImplementationException e) {
347-
return;
348-
}
349-
Assertions.fail("An RPC method must not be final");
350-
}
339+
351340
}

0 commit comments

Comments
 (0)