Commit f6d29c7f authored by Jeremy Hylton's avatar Jeremy Hylton

Disable testStart for now.

parent ce663632
......@@ -188,6 +188,11 @@ class StartTests(unittest.TestCase):
def test_suite():
# XXX These tests hang on the Zope trunk. Disable for now, as
# start.py won't be supported in ZODB 3.2 anyway.
return None
# shutup warnings about mktemp
import warnings
warnings.filterwarnings("ignore", "mktemp")
......
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