[Python-checkins] cpython (2.7): disable tests that always fail on windows (#22943)

benjamin.peterson python-checkins at python.org
Wed Nov 26 00:37:42 CET 2014


https://hg.python.org/cpython/rev/e5ed983bc784
changeset:   93589:e5ed983bc784
branch:      2.7
user:        Benjamin Peterson <benjamin at python.org>
date:        Tue Nov 25 17:37:09 2014 -0600
summary:
  disable tests that always fail on windows (#22943)

files:
  Lib/bsddb/test/test_queue.py |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/Lib/bsddb/test/test_queue.py b/Lib/bsddb/test/test_queue.py
--- a/Lib/bsddb/test/test_queue.py
+++ b/Lib/bsddb/test/test_queue.py
@@ -10,6 +10,7 @@
 
 #----------------------------------------------------------------------
 
+ at unittest.skip("fails on Windows; see issue 22943")
 class SimpleQueueTestCase(unittest.TestCase):
     def setUp(self):
         self.filename = get_new_database_path()

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


More information about the Python-checkins mailing list