[Python-checkins] cpython: Disabled test failing on buildbots.

vinay.sajip python-checkins at python.org
Tue Apr 26 21:51:15 CEST 2011


http://hg.python.org/cpython/rev/a3b4aefd2460
changeset:   69579:a3b4aefd2460
user:        Vinay Sajip <vinay_sajip at yahoo.co.uk>
date:        Tue Apr 26 20:51:07 2011 +0100
summary:
  Disabled test failing on buildbots.

files:
  Lib/test/test_logging.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py
--- 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())

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list