Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
5fe1449d
Unverified
Commit
5fe1449d
authored
Mar 25, 2021
by
Nicolas Hug
Committed by
GitHub
Mar 25, 2021
Browse files
put back skip windows (#3605)
parent
3bfdb427
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
test/test_datasets.py
test/test_datasets.py
+1
-0
No files found.
test/test_datasets.py
View file @
5fe1449d
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment