]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
storage: disable test_large_share again: my linux laptop has less than 4 GiB free
authorZooko O'Whielacronx <zooko@zooko.com>
Sat, 31 Jan 2009 05:16:49 +0000 (22:16 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Sat, 31 Jan 2009 05:16:49 +0000 (22:16 -0700)
src/allmydata/test/test_storage.py

index 1b0d3ae31f8d5dbea36a06906b863878c5e44aa4..8557648cdfa14c555ce6c8b00914fde41af9a6ed 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 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):
         """