summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRyan Moeller <[email protected]>2021-09-01 16:20:00 -0400
committerTony Hutter <[email protected]>2021-09-14 15:12:14 -0700
commitaef8a72afeecbe1f75f0031f6a2227347e89f4a7 (patch)
tree2d6a1b4844de3b5bb570a8405a18e218beff6a1d /tests
parent81611683c87775a84b915dabc4c3b4f390236eb5 (diff)
ZTS: Remove exceptions for flaky zhack on FreeBSD
Issue #11854 has been resolved, so we can remove the exceptions for it. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: John Kennedy <[email protected]> Reviewed-by: George Melikov <[email protected]> Signed-off-by: Ryan Moeller <[email protected]> Closes #12527
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test-runner/bin/zts-report.py.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/test-runner/bin/zts-report.py.in b/tests/test-runner/bin/zts-report.py.in
index f5a43c66f..cc1ee6db0 100755
--- a/tests/test-runner/bin/zts-report.py.in
+++ b/tests/test-runner/bin/zts-report.py.in
@@ -272,15 +272,8 @@ if sys.platform.startswith('freebsd'):
'cli_root/zfs_share/zfs_share_concurrent_shares':
['FAIL', known_reason],
'cli_root/zpool_import/zpool_import_012_pos': ['FAIL', known_reason],
- 'cli_root/zpool_import/zpool_import_features_001_pos':
- ['FAIL', '11854'],
- 'cli_root/zpool_import/zpool_import_features_002_neg':
- ['FAIL', '11854'],
- 'cli_root/zpool_import/zpool_import_features_003_pos':
- ['FAIL', '11854'],
'delegate/zfs_allow_003_pos': ['FAIL', known_reason],
'inheritance/inherit_001_pos': ['FAIL', '11829'],
- 'pool_checkpoint/checkpoint_zhack_feat': ['FAIL', '11854'],
'resilver/resilver_restart_001': ['FAIL', known_reason],
'zvol/zvol_misc/zvol_misc_volmode': ['FAIL', known_reason],
})