mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-10 04:09:58 +00:00
immutable: skip the test of large files, because that is too hard on the host if it doesn't efficiently handle sparse files
This commit is contained in:
parent
f4fab23bf6
commit
67d72aadd3
@ -267,6 +267,7 @@ class Server(unittest.TestCase):
|
||||
readers = ss.remote_get_buckets("allocate")
|
||||
reader = readers[shnum]
|
||||
self.failUnlessEqual(reader.remote_read(2**32, 2), "ab")
|
||||
test_large_share.skip = "This test is too expensive on systems without efficient sparse files."
|
||||
|
||||
def test_dont_overfill_dirs(self):
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user