mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Tests: Disabled ambiguous test (matching libshared)
This commit is contained in:
parent
14474170f0
commit
78922d8433
1 changed files with 3 additions and 2 deletions
|
@ -103,8 +103,9 @@ class TestIncorrectDate(BaseDateTimeNegativeTest):
|
|||
def test_set_incorrect_datetime_day_two_hundred_in_YYYY_WwwD(self):
|
||||
self.assertInvalidDatetimeFormat('2014-W24200')
|
||||
|
||||
def test_set_incorrect_datetime_month_zero_in_YYYY_MM(self):
|
||||
self.assertInvalidDatetimeFormat('2014-00')
|
||||
# Disabled: Looks like 'hhmm-hh'
|
||||
#def test_set_incorrect_datetime_month_zero_in_YYYY_MM(self):
|
||||
# self.assertInvalidDatetimeFormat('2014-00')
|
||||
|
||||
def test_set_incorrect_datetime_overflow_month_in_YYYY_MM(self):
|
||||
self.assertInvalidDatetimeFormat('2014-13')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue