Skip to content

Commit 80edd48

Browse files
committed
Remove obsolete test
1 parent 0cc64ae commit 80edd48

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/test_datasets.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1869,11 +1869,6 @@ def test_class_to_idx(self):
18691869
with self.create_dataset() as (dataset, _):
18701870
assert dataset.class_to_idx == class_to_idx
18711871

1872-
def test_images_download_preexisting(self):
1873-
with pytest.raises(RuntimeError):
1874-
with self.create_dataset({"download": True}):
1875-
pass
1876-
18771872

18781873
class INaturalistTestCase(datasets_utils.ImageDatasetTestCase):
18791874
DATASET_CLASS = datasets.INaturalist

0 commit comments

Comments
 (0)