Skip to content

Commit

Permalink
skipped re-scheduling test case as this is not applicable as of now.
Browse files Browse the repository at this point in the history
  • Loading branch information
jas34 committed Jul 14, 2021
1 parent 537d8d4 commit 5a6d3c8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public void test_scheduler() {
assertEquals(resolveNextExecutionTime(scheduledProcess.getJobReference()), -1L);
}

@Test
// @Test [rescheduling not required hence skipping this test case as of now]
public void test_reScheduling() {
ScheduledWorkFlow scheduledWorkFlow =
createScheduledWorkFlow(managerInfo, TEST_WF_NAME + "-2", ScheduledWorkFlow.State.INITIALIZED);
Expand Down Expand Up @@ -89,7 +89,7 @@ public void test_reScheduling() {
}

@Test
public void test_Job_Cacel_Without_Wait_To_Complete() {
public void test_Job_Cancel_Without_Wait_To_Complete() {
ScheduledWorkFlow scheduledWorkFlow =
createScheduledWorkFlow(managerInfo, TEST_WF_NAME + "-3-sleep", ScheduledWorkFlow.State.INITIALIZED);
scheduledWorkFlow.setReSchedulingEnabled(true);
Expand Down

0 comments on commit 5a6d3c8

Please sign in to comment.