From 67d72aadd389131541951e53a03c929e89dcb12f Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Mon, 5 Jan 2009 17:07:27 -0700 Subject: [PATCH] immutable: skip the test of large files, because that is too hard on the host if it doesn't efficiently handle sparse files --- 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..3f2ef67e 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 is too expensive on systems without efficient sparse files." def test_dont_overfill_dirs(self): """ -- 2.45.2