Skip to content

Commit

Permalink
TRUNK-3948: Ignored test
Browse files Browse the repository at this point in the history
  • Loading branch information
rkorytkowski committed Mar 28, 2013
1 parent dd5368c commit df3b3b4
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -15,6 +15,7 @@

import org.junit.Assert;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.openmrs.api.context.Context;
import org.openmrs.scheduler.SchedulerService;
Expand Down Expand Up @@ -116,6 +117,7 @@ public void onSubmit_shouldNotRescheduleATaskThatIsNotCurrentlyScheduled() throw
* @see {@link SchedulerFormController#onSubmit(HttpServletRequest,HttpServletResponse,Object,BindException)}
*/
@Test
@Ignore("TRUNK-3948")
@Verifies(value = "should not reschedule a task if the start time has passed", method = "onSubmit(HttpServletRequest,HttpServletResponse,Object,BindException)")
public void onSubmit_shouldNotRescheduleATaskIfTheStartTimeHasPassed() throws Exception {
Date timeOne = taskHelper.getTime(Calendar.MINUTE, 5);
Expand Down

0 comments on commit df3b3b4

Please sign in to comment.