File tree 1 file changed +5
-5
lines changed
src/test/java/com/uber/cadence/samples/replaytests
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ public void testReplay_continueAsNew_moreFrequency() throws Exception {
41
41
42
42
// Continue as new case: If frequency is changed to lesser number.
43
43
// 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
+ // }
49
49
}
You can’t perform that action at this time.
0 commit comments