From e08e8d3f41a67ffc637fc44517da43eb143b4767 Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Fri, 30 Jan 2009 22:16:49 -0700 Subject: [PATCH] storage: disable test_large_share again: my linux laptop has less than 4 GiB free --- src/allmydata/test/test_storage.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/allmydata/test/test_storage.py b/src/allmydata/test/test_storage.py index 1b0d3ae3..8557648c 100644 --- a/src/allmydata/test/test_storage.py +++ b/src/allmydata/test/test_storage.py @@ -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): """ -- 2.45.2