File tree 1 file changed +7
-7
lines changed
src/test/java/com/uber/cadence/samples/replaytests
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -49,11 +49,11 @@ public void testReplay_continueAsNew_moreFrequency() throws Exception {
49
49
// }
50
50
51
51
// Continue as new case: when continue as new has child workflow as well
52
- //EXPECTED: FAIL ACTUAL: FAIL
53
- // @Test
54
- // public void testReplay_continueAsNew_withChildWorkflows() throws Exception {
55
- // WorkflowReplayer.replayWorkflowExecutionFromResource(
56
- // "replaytests/HelloPeriodic.json",
57
- // HelloPeriodic_withChildWorkflows.GreetingWorkflowImpl.class);
58
- // }
52
+ // EXPECTED: FAIL ACTUAL: FAIL
53
+ // @Test
54
+ // public void testReplay_continueAsNew_withChildWorkflows() throws Exception {
55
+ // WorkflowReplayer.replayWorkflowExecutionFromResource(
56
+ // "replaytests/HelloPeriodic.json",
57
+ // HelloPeriodic_withChildWorkflows.GreetingWorkflowImpl.class);
58
+ // }
59
59
}
You can’t perform that action at this time.
0 commit comments