Skip to content

Commit 8c6b753

Browse files
nabijaczleweliandrewc12
authored andcommitted
tests: zts-report: only known-SKIP zfs_unshare_002_pos on Linux
Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: John Kennedy <[email protected]> Reviewed-by: Ryan Moeller <[email protected]> Signed-off-by: Ahelenia Ziemiańska <[email protected]> Closes openzfs#13259
1 parent 4594ddd commit 8c6b753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-runner/bin/zts-report.py.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ summary = {
161161
known = {
162162
'casenorm/mixed_none_lookup_ci': ['FAIL', '7633'],
163163
'casenorm/mixed_formd_lookup_ci': ['FAIL', '7633'],
164-
'cli_root/zfs_unshare/zfs_unshare_002_pos': ['SKIP', na_reason],
165164
'cli_root/zpool_import/import_rewind_device_replaced':
166165
['FAIL', rewind_reason],
167166
'cli_user/misc/zfs_share_001_neg': ['SKIP', na_reason],
@@ -189,6 +188,7 @@ elif sys.platform.startswith('linux'):
189188
'casenorm/sensitive_formd_lookup': ['FAIL', '7633'],
190189
'casenorm/sensitive_formd_delete': ['FAIL', '7633'],
191190
'removal/removal_with_zdb': ['SKIP', known_reason],
191+
'cli_root/zfs_unshare/zfs_unshare_002_pos': ['SKIP', na_reason],
192192
})
193193

194194

0 commit comments

Comments
 (0)