Skip to content

Commit 94517b5

Browse files
pmeierdatumbox
authored andcommitted
disable VOC download tests (#2961)
1 parent 6643072 commit 94517b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test_datasets_download.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,8 @@ def make_parametrize_kwargs(download_configs):
194194
caltech256(),
195195
cifar10(),
196196
cifar100(),
197-
voc(),
197+
# The VOC download server is unstable. See https://github.com/pytorch/vision/issues/2953 for details.
198+
# voc(),
198199
)
199200
)
200201
)

0 commit comments

Comments
 (0)