We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4594ddd commit 8c6b753Copy full SHA for 8c6b753
tests/test-runner/bin/zts-report.py.in
@@ -161,7 +161,6 @@ summary = {
161
known = {
162
'casenorm/mixed_none_lookup_ci': ['FAIL', '7633'],
163
'casenorm/mixed_formd_lookup_ci': ['FAIL', '7633'],
164
- 'cli_root/zfs_unshare/zfs_unshare_002_pos': ['SKIP', na_reason],
165
'cli_root/zpool_import/import_rewind_device_replaced':
166
['FAIL', rewind_reason],
167
'cli_user/misc/zfs_share_001_neg': ['SKIP', na_reason],
@@ -189,6 +188,7 @@ elif sys.platform.startswith('linux'):
189
188
'casenorm/sensitive_formd_lookup': ['FAIL', '7633'],
190
'casenorm/sensitive_formd_delete': ['FAIL', '7633'],
191
'removal/removal_with_zdb': ['SKIP', known_reason],
+ 'cli_root/zfs_unshare/zfs_unshare_002_pos': ['SKIP', na_reason],
192
})
193
194
0 commit comments