Skip to content

Commit 3fd8caf

Browse files
committed
commenting, since it will be failing the test AS EXPECTED
1 parent d884d72 commit 3fd8caf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: src/test/java/com/uber/cadence/samples/replaytests/HelloPeriodicReplayTest.java

+5-5
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ public void testReplay_continueAsNew_moreFrequency() throws Exception {
4141

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

0 commit comments

Comments
 (0)