Skip to content

Commit 47eff9e

Browse files
reenable all tests
1 parent 8f5919e commit 47eff9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def unmount(self):
211211

212212

213213
# cli_memory* crashes/reboots on omniOS (SunOS)
214-
clis = [cli_loopback] if platform.system() == 'SunOS' else [cli_loopback, cli_memory, cli_memory_nullpath]
214+
clis = [cli_loopback] if platform.system() == 'SunOS-False' else [cli_loopback, cli_memory, cli_memory_nullpath]
215215

216216

217217
@pytest.mark.parametrize('cli', clis)

0 commit comments

Comments
 (0)