Skip to content

Commit

Permalink
Issue #103: Comment test annotation, until we get issue fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrozanec committed Sep 14, 2016
1 parent 5b62075 commit ecbd95f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,15 @@ public void testEveryFiveMinutesBetween14and15AndBetween18And19EveryDay() throws
* Issue #43: getting bad description for expression
* @throws Exception
*/
//TODO
//TODO enable
public void testEveryDayEveryFourHoursFromHour2() throws Exception {
assertExpression("0 0 2/4 * * ?", "");
}

/*
* Issue #103
*/
@Test
//TODO enable
public void testDescriptionDayOfWeek() {
assertExpression("* 0/1 * ? * TUE", "every minute at Tuesday day");
}
Expand Down

0 comments on commit ecbd95f

Please sign in to comment.