Skip to content

Commit d0ab2dd

Browse files
behlendorfandrewc12
authored andcommitted
ZTS: Add auto_replace_001_pos to exceptions
The auto_replace_001_pos test case does not reliably pass on Fedora 37 and newer. Until the test case can be updated to make it reliable add it to the list of "maybe" exceptions on Linux. Signed-off-by: Brian Behlendorf <[email protected]> Issue openzfs#14851 Closes openzfs#14852
1 parent 1e3e7a1 commit d0ab2dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ elif sys.platform.startswith('linux'):
264264
'cli_root/zfs_rename/zfs_rename_002_pos': ['FAIL', known_reason],
265265
'cli_root/zpool_reopen/zpool_reopen_003_pos': ['FAIL', known_reason],
266266
'fault/auto_online_002_pos': ['FAIL', 11889],
267+
'fault/auto_replace_001_pos': ['FAIL', 14851],
267268
'fault/auto_spare_002_pos': ['FAIL', 11889],
268269
'fault/auto_spare_multiple': ['FAIL', 11889],
269270
'fault/auto_spare_shared': ['FAIL', 11889],

0 commit comments

Comments
 (0)