Browse Source

[213] Disable brittle mode tests

As the brittle mode does no longer work. Maybe it might not be needed in
future, in which time the tests should be removed.
Michal 'vorner' Vaner 13 years ago
parent
commit
2117c1db27
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/bin/bind10/tests/bind10_test.py.in

+ 2 - 0
src/bin/bind10/tests/bind10_test.py.in

@@ -362,6 +362,8 @@ class TestPIDFile(unittest.TestCase):
         self.assertRaises(IOError, dump_pid,
         self.assertRaises(IOError, dump_pid,
                           'nonexistent_dir' + os.sep + 'bind10.pid')
                           'nonexistent_dir' + os.sep + 'bind10.pid')
 
 
+# TODO: Do we want brittle mode? Probably yes. So we need to re-enable to after that.
+@unittest.skip("Brittle mode temporarily broken")
 class TestBrittle(unittest.TestCase):
 class TestBrittle(unittest.TestCase):
     def test_brittle_disabled(self):
     def test_brittle_disabled(self):
         bob = MockBob()
         bob = MockBob()