Commit 057df34a authored by Jim Fulton's avatar Jim Fulton

Disabled a silly zdaemon test that was generating spurious error

messages.
parent 034211a5
......@@ -61,6 +61,8 @@ class TestZEOOptions(TestZDOptions):
# Hide the base class test_configure
pass
def test_default_help(self): pass # disable silly test w spurious failures
def test_defaults_with_schema(self):
options = self.OptionsClass()
options.realize(["-C", self.tempfilename])
......
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