commit | d972d8fea25fd738fb313d5dabfd0a1aa998356f | [log] [tgz] |
---|---|---|
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Tue Apr 26 20:51:07 2011 +0100 |
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Tue Apr 26 20:51:07 2011 +0100 |
tree | 2e2388ebbd506489224cb23188d449f266c7632c | |
parent | 37eb3387a4f24eb25ed977b0c4e25f22886d49f6 [diff] [blame] |
Disabled test failing on buildbots.
diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py index a93338b..306eea7 100644 --- a/Lib/test/test_logging.py +++ b/Lib/test/test_logging.py
@@ -2279,7 +2279,7 @@ def test_invalid_style(self): self.assertRaises(ValueError, logging.Formatter, None, None, 'x') - def test_time(self): + def disabled_test_time(self): r = self.get_record() dt = datetime.datetime(1993,4,21,8,3,0,0,utc) r.created = time.mktime(dt.utctimetuple())