[Zope-Checkins] CVS: Zope/lib/python/ZEO/tests - testStart.py:1.15

Jeremy Hylton jeremy@zope.com
Thu, 19 Dec 2002 11:58:49 -0500


Update of /cvs-repository/Zope/lib/python/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv29960

Modified Files:
	testStart.py 
Log Message:
Disable testStart for now.


=== Zope/lib/python/ZEO/tests/testStart.py 1.14 => 1.15 ===
--- Zope/lib/python/ZEO/tests/testStart.py:1.14	Tue Nov 26 17:29:32 2002
+++ Zope/lib/python/ZEO/tests/testStart.py	Thu Dec 19 11:58:49 2002
@@ -188,6 +188,11 @@
 
 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")