mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 13:33:09 +00:00
storage: disable test_large_share again: my linux laptop has less than 4 GiB free
This commit is contained in:
parent
529a8e9fdb
commit
e08e8d3f41
@ -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 can spuriously fail if you have less than 4 GiB free on your filesystem, and if your filesystem doesn't support efficient sparse files then it is very expensive (Mac OS X is the only system I know of in the desktop/server area that doesn't support efficient sparse files)."
|
||||
|
||||
def test_dont_overfill_dirs(self):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user