ZTS: Remove zfs_allow_010_pos expection for FreeBSD
This issue should now be address by PR #15376 and the exception for this test case be removed. Reviewed-by: Alexander Motin <mav@FreeBSD.org> Reviewed-by: Umer Saleem <usaleem@ixsystems.com> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #15382
This commit is contained in:
parent
aefb6a2bd6
commit
483ccf0c63
|
@ -262,7 +262,6 @@ if sys.platform.startswith('freebsd'):
|
||||||
'cli_root/zfs_inherit/zfs_inherit_001_neg': ['FAIL', known_reason],
|
'cli_root/zfs_inherit/zfs_inherit_001_neg': ['FAIL', known_reason],
|
||||||
'cli_root/zpool_import/zpool_import_012_pos': ['FAIL', known_reason],
|
'cli_root/zpool_import/zpool_import_012_pos': ['FAIL', known_reason],
|
||||||
'delegate/zfs_allow_003_pos': ['FAIL', known_reason],
|
'delegate/zfs_allow_003_pos': ['FAIL', known_reason],
|
||||||
'delegate/zfs_allow_010_pos': ['FAIL', known_reason],
|
|
||||||
'inheritance/inherit_001_pos': ['FAIL', 11829],
|
'inheritance/inherit_001_pos': ['FAIL', 11829],
|
||||||
'resilver/resilver_restart_001': ['FAIL', known_reason],
|
'resilver/resilver_restart_001': ['FAIL', known_reason],
|
||||||
'pool_checkpoint/checkpoint_big_rewind': ['FAIL', 12622],
|
'pool_checkpoint/checkpoint_big_rewind': ['FAIL', 12622],
|
||||||
|
|
Loading…
Reference in New Issue