Skip to content

Commit

Permalink
commenting, since it will be failing the test AS EXPECTED
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekj720 committed May 22, 2024
1 parent d884d72 commit 3fd8caf
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ public void testReplay_continueAsNew_moreFrequency() throws Exception {

// Continue as new case: If frequency is changed to lesser number.
// FAIL As expected: It should hit non-determinism case and it is hitting properly.
@Test
public void testReplay_continueAsNew_lessFrequency() throws Exception {
WorkflowReplayer.replayWorkflowExecutionFromResource(
"replaytests/HelloPeriodic.json", HelloPeriodic_lessFrequency.GreetingWorkflowImpl.class);
}
// @Test
// public void testReplay_continueAsNew_lessFrequency() throws Exception {
// WorkflowReplayer.replayWorkflowExecutionFromResource(
// "replaytests/HelloPeriodic.json", HelloPeriodic_lessFrequency.GreetingWorkflowImpl.class);
// }
}

0 comments on commit 3fd8caf

Please sign in to comment.