Skip to content

Commit

Permalink
[fbsync] mark SBU as downloadable again (#7976)
Browse files Browse the repository at this point in the history
Reviewed By: matteobettini

Differential Revision: D49600796

fbshipit-source-id: 74ff48298b94ed81a3d8696ac2e5feef5d697a98
  • Loading branch information
NicolasHug authored and facebook-github-bot committed Sep 26, 2023
1 parent a06c900 commit 0af6ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_datasets_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ def url_parametrization(*dataset_urls_and_ids_fns):
kinetics,
kitti,
places365,
sbu,
)
def test_url_is_accessible(url):
"""
Expand All @@ -379,7 +380,6 @@ def test_url_is_accessible(url):

@url_parametrization(
stanford_cars, # https://github.com/pytorch/vision/issues/7545
sbu, # https://github.com/pytorch/vision/issues/7964
)
@pytest.mark.xfail
def test_url_is_not_accessible(url):
Expand Down

0 comments on commit 0af6ac9

Please sign in to comment.