]> granicus.if.org Git - python/commitdiff
Disable this test until we can determine what to do about it
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 16 Jun 2006 04:30:34 +0000 (04:30 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 16 Jun 2006 04:30:34 +0000 (04:30 +0000)
Lib/test/test_zipfile64.py

index de61ced36f8bf0c06d8d597f792c4b39e811eb9e..449cf39d7560b90f2d431929d4d4ef9fa9c741d5 100644 (file)
@@ -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'
     )