Skip to content

Commit 5fe1449

Browse files
authored
put back skip windows (#3605)
1 parent 3bfdb42 commit 5fe1449

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_datasets.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ def test_imagefolder_empty(self):
119119
root, loader=lambda x: x, is_valid_file=lambda x: False
120120
)
121121

122+
@unittest.skipIf(sys.platform in ('win32', 'cygwin'), 'temporarily disabled on Windows')
122123
def test_cityscapes(self):
123124
with cityscapes_root() as root:
124125

0 commit comments

Comments
 (0)