Disable this test until we can determine what to do about it

This commit is contained in:
Neal Norwitz 2006-06-16 04:30:34 +00:00
parent da4b84a07a
commit 217046fb9f
1 changed files with 4 additions and 1 deletions

View 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'
)