Skip to content

Commit

Permalink
zts-report.py.in: skip unsupported tests for SCALE
Browse files Browse the repository at this point in the history
Signed-off-by: Ameer Hamza <[email protected]>
  • Loading branch information
ixhamza committed Oct 5, 2024
1 parent 69e04af commit a47536f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test-runner/bin/zts-report.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,10 @@ elif sys.platform.startswith('linux'):
'mmp/mmp_active_import': ['FAIL', known_reason],
'mmp/mmp_exported_import': ['FAIL', known_reason],
'mmp/mmp_inactive_import': ['FAIL', known_reason],
'cli_root/zpool_expand/zpool_expand_005_pos': ['SKIP', known_reason],
'cli_root/zpool_reopen/zpool_reopen_005_pos': ['SKIP', known_reason],
'fault/auto_offline_001_pos': ['SKIP', known_reason],
'fault/auto_replace_001_pos': ['SKIP', known_reason],
})


Expand Down

0 comments on commit a47536f

Please sign in to comment.