Unverified Commit 3298a96d authored by Philip Meier's avatar Philip Meier Committed by GitHub
Browse files

disable VOC download tests (#2961)

parent f5c0bfa5
...@@ -194,7 +194,8 @@ def make_parametrize_kwargs(download_configs): ...@@ -194,7 +194,8 @@ def make_parametrize_kwargs(download_configs):
caltech256(), caltech256(),
cifar10(), cifar10(),
cifar100(), cifar100(),
voc(), # The VOC download server is unstable. See https://github.com/pytorch/vision/issues/2953 for details.
# voc(),
) )
) )
) )
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment