mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-29 17:28:53 +00:00
repairer: remove a test that doesn't apply to the repair-from-corruption case
This commit is contained in:
parent
73f92ea571
commit
39fa9018ef
@ -242,10 +242,6 @@ class Test(ShareManglingMixin, unittest.TestCase):
|
||||
self.failIf(prerepairres.is_healthy())
|
||||
self.failUnless(postrepairres.is_healthy())
|
||||
|
||||
# Now we inspect the filesystem to make sure that it is really there.
|
||||
shares = self.find_shares()
|
||||
self.failIf(len(shares) < 10)
|
||||
|
||||
d2.addCallback(_after_repair)
|
||||
return d2
|
||||
d.addCallback(_repair_from_corruption)
|
||||
|
Loading…
Reference in New Issue
Block a user