Commit eeef9cff authored by Chris Withers's avatar Chris Withers

Make test fail that hangs test runner on Linux.

parent 7cacbc16
...@@ -81,6 +81,7 @@ class ZODBConfigTest(ConfigTestBase): ...@@ -81,6 +81,7 @@ class ZODBConfigTest(ConfigTestBase):
self.assertRaises(ReadOnlyError, self._test, cfg) self.assertRaises(ReadOnlyError, self._test, cfg)
def test_zeo_config(self): def test_zeo_config(self):
self.fail("This test hangs on Debian Linux 2.4.20 i686 unknown")
cfg = """ cfg = """
<zodb> <zodb>
<zeoclient> <zeoclient>
......
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