]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
immutable: skip the test of large files, because that is too hard on the host if...
authorZooko O'Whielacronx <zooko@zooko.com>
Tue, 6 Jan 2009 00:07:27 +0000 (17:07 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Tue, 6 Jan 2009 00:07:27 +0000 (17:07 -0700)
src/allmydata/test/test_storage.py

index 1b0d3ae31f8d5dbea36a06906b863878c5e44aa4..3f2ef67e0c3d1bd03898e79aa3dcaa7e51eedb52 100644 (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):
         """