Unverified Commit 5fe1449d authored by Nicolas Hug's avatar Nicolas Hug Committed by GitHub
Browse files

put back skip windows (#3605)

parent 3bfdb427
...@@ -119,6 +119,7 @@ class Tester(DatasetTestcase): ...@@ -119,6 +119,7 @@ class Tester(DatasetTestcase):
root, loader=lambda x: x, is_valid_file=lambda x: False root, loader=lambda x: x, is_valid_file=lambda x: False
) )
@unittest.skipIf(sys.platform in ('win32', 'cygwin'), 'temporarily disabled on Windows')
def test_cityscapes(self): def test_cityscapes(self):
with cityscapes_root() as root: with cityscapes_root() as root:
......
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