There was an error while loading. Please reload this page.
1 parent dbb9545 commit 0e8a85eCopy full SHA for 0e8a85e
test/test_datasets.py
@@ -11,6 +11,7 @@
11
import re
12
import shutil
13
import string
14
+import sys
15
import unittest
16
import xml.etree.ElementTree as ET
17
import zipfile
@@ -1903,6 +1904,7 @@ def test_class_to_idx(self):
1903
1904
assert dataset.class_to_idx == class_to_idx
1905
1906
1907
+@pytest.mark.skipif(sys.platform in ("win32", "cygwin"), reason="temporarily disabled on Windows")
1908
class INaturalistTestCase(datasets_utils.ImageDatasetTestCase):
1909
DATASET_CLASS = datasets.INaturalist
1910
FEATURE_TYPES = (PIL.Image.Image, (int, tuple))
0 commit comments