mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-23 06:42:26 +00:00
test_system: oops, re-enable some tests that got bypassed
This commit is contained in:
parent
ba336aed3e
commit
ce7fcbde36
@ -2304,7 +2304,6 @@ class DeepCheck(SystemTestMixin, unittest.TestCase):
|
||||
d.addCallback(lambda ign:
|
||||
self.web_json(self.root, t="check", repair="true", verify="true"))
|
||||
d.addCallback(self.json_check_and_repair_is_healthy, self.root, "root")
|
||||
return d
|
||||
d.addCallback(lambda ign:
|
||||
self.web_json(self.mutable, t="check", repair="true", verify="true"))
|
||||
d.addCallback(self.json_check_and_repair_is_healthy, self.mutable, "mutable")
|
||||
|
Loading…
Reference in New Issue
Block a user