Skip to content

Commit

Permalink
Periodic test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekj720 committed Sep 4, 2024
1 parent 35656e9 commit cb115fb
Showing 1 changed file with 7 additions and 7 deletions.
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);
// }
}

0 comments on commit cb115fb

Please sign in to comment.