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:
Zooko O'Whielacronx 2009-01-05 17:07:27 -07:00
parent f4fab23bf6
commit 67d72aadd3

View File

@ -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):
"""