Unverified Commit 69ae61a1 authored by Philip Meier's avatar Philip Meier Committed by GitHub
Browse files

reinstate Places365 download tests (#7088)

parent 035d99f1
......@@ -467,6 +467,7 @@ def make_parametrize_kwargs(download_configs):
widerface(),
kinetics(),
kitti(),
places365(),
)
)
)
......@@ -481,7 +482,6 @@ def test_url_is_accessible(url, md5):
@pytest.mark.parametrize(
**make_parametrize_kwargs(
itertools.chain(
places365(), # https://github.com/pytorch/vision/issues/6268
sbu(), # https://github.com/pytorch/vision/issues/7005
)
)
......
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