From 410bd2a22a28a0ae1a59f4c0bc72ec690ca7a250 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 20 Mar 2017 09:02:37 -0400 Subject: [PATCH] Tests: Disabled ambiguous test (matching libshared) --- test/datetime-negative.t | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/datetime-negative.t b/test/datetime-negative.t index 8bb7567bc..1d8783f79 100755 --- a/test/datetime-negative.t +++ b/test/datetime-negative.t @@ -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')