Skip to content

Commit

Permalink
ZTS: Remove zfs_allow_010_pos expection for FreeBSD
Browse files Browse the repository at this point in the history
This issue should now be address by PR openzfs#15376 and the exception
for this test case be removed.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
  • Loading branch information
behlendorf committed Oct 10, 2023
1 parent 250349f commit d99fbdf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test-runner/bin/zts-report.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ if sys.platform.startswith('freebsd'):
'cli_root/zfs_inherit/zfs_inherit_001_neg': ['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_010_pos': ['FAIL', known_reason],
'inheritance/inherit_001_pos': ['FAIL', 11829],
'resilver/resilver_restart_001': ['FAIL', known_reason],
'pool_checkpoint/checkpoint_big_rewind': ['FAIL', 12622],
Expand Down

0 comments on commit d99fbdf

Please sign in to comment.