]> git.proxmox.com Git - mirror_zfs.git/commitdiff
ZTS: Remove exceptions for flaky zhack on FreeBSD
authorRyan Moeller <ryan@iXsystems.com>
Wed, 1 Sep 2021 20:20:00 +0000 (16:20 -0400)
committerGitHub <noreply@github.com>
Wed, 1 Sep 2021 20:20:00 +0000 (13:20 -0700)
Issue #11854 has been resolved, so we can remove the exceptions for it.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: John Kennedy <john.kennedy@delphix.com>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: Ryan Moeller <ryan@iXsystems.com>
Closes #12527

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

index cf56e747e5c55fe1438882a1646c972809d14af8..1acb8b9c1be24548d79cdecabd9d9eef9cf35264 100755 (executable)
@@ -280,15 +280,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],
     })