Skip to content

Commit cb115fb

Browse files
committed
Periodic test failure
1 parent 35656e9 commit cb115fb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/test/java/com/uber/cadence/samples/replaytests/HelloPeriodicReplayTest.java

+7-7
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ public void testReplay_continueAsNew_moreFrequency() throws Exception {
4949
// }
5050

5151
// 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+
// }
5959
}

0 commit comments

Comments
 (0)