Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ public void testReplay_continueAsNew_moreFrequency() throws Exception {
// }

// Continue as new case: when continue as new has child workflow as well
//EXPECTED: FAIL ACTUAL: FAIL
// @Test
// public void testReplay_continueAsNew_withChildWorkflows() throws Exception {
// WorkflowReplayer.replayWorkflowExecutionFromResource(
// "replaytests/HelloPeriodic.json",
// HelloPeriodic_withChildWorkflows.GreetingWorkflowImpl.class);
// }
// EXPECTED: FAIL ACTUAL: FAIL
// @Test
// public void testReplay_continueAsNew_withChildWorkflows() throws Exception {
// WorkflowReplayer.replayWorkflowExecutionFromResource(
// "replaytests/HelloPeriodic.json",
// HelloPeriodic_withChildWorkflows.GreetingWorkflowImpl.class);
// }
}
Loading