Skip to content

Commit

Permalink
Exclude zfs_copies_003_pos on Linux
Browse files Browse the repository at this point in the history
This test case may fail on 5.13 and newer Linux kernels if the
/dev/zvol/ device is not created by udev.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #12301
  • Loading branch information
behlendorf committed Nov 9, 2021
1 parent 453c63e commit 4e2bf8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test-runner/bin/zts-report.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ elif sys.platform.startswith('linux'):
'alloc_class/alloc_class_011_neg': ['FAIL', known_reason],
'alloc_class/alloc_class_012_pos': ['FAIL', known_reason],
'alloc_class/alloc_class_013_pos': ['FAIL', '11888'],
'cli_root/zfs_copies/zfs_copies_003_pos': ['FAIL', '12301'],
'cli_root/zfs_rename/zfs_rename_002_pos': ['FAIL', known_reason],
'cli_root/zpool_expand/zpool_expand_001_pos': ['FAIL', known_reason],
'cli_root/zpool_expand/zpool_expand_005_pos': ['FAIL', known_reason],
Expand Down

0 comments on commit 4e2bf8e

Please sign in to comment.