summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-06-16 04:30:34 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2006-06-16 04:30:34 (GMT)
commit217046fb9fbe0984a821fbb188eef496c112dce6 (patch)
tree0a9e216d0067a244adc2a2e26ff58cdf70539d3a /Lib
parentda4b84a07a7e085b2b155af537b03b1c80647ab0 (diff)
downloadcpython-217046fb9fbe0984a821fbb188eef496c112dce6.zip
cpython-217046fb9fbe0984a821fbb188eef496c112dce6.tar.gz
cpython-217046fb9fbe0984a821fbb188eef496c112dce6.tar.bz2
Disable this test until we can determine what to do about it
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_zipfile64.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/Lib/test/test_zipfile64.py b/Lib/test/test_zipfile64.py
index de61ced..449cf39 100644
--- a/Lib/test/test_zipfile64.py
+++ b/Lib/test/test_zipfile64.py
@@ -2,8 +2,11 @@
# The test_support.requires call is the only reason for keeping this separate
# from test_zipfile
from test import test_support
+# XXX(nnorwitz): disable this test by looking for extra largfile resource
+# which doesn't exist. This test takes over 30 minutes to run in general
+# and requires more disk space than most of the buildbots.
test_support.requires(
- 'largefile',
+ 'extralargefile',
'test requires loads of disk-space bytes and a long time to run'
)