Commit 0cb0b30a authored by Benjamin Peterson's avatar Benjamin Peterson

disable tests that always fail on windows (#22943)

parent f7363ed8
......@@ -10,6 +10,7 @@ from test_all import db, verbose, get_new_database_path
#----------------------------------------------------------------------
@unittest.skip("fails on Windows; see issue 22943")
class SimpleQueueTestCase(unittest.TestCase):
def setUp(self):
self.filename = get_new_database_path()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment