Skip to content

Commit 152ae5c

Browse files
authored
ZTS: Add additional exceptions
The following tests have been observed to occasionally fail when running under the CI. Updated our exceptions list to track them. Signed-off-by: Brian Behlendorf <[email protected]> Closes #16670
1 parent 96f382d commit 152ae5c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ maybe = {
213213
'cli_root/zfs_unshare/zfs_unshare_006_pos': ['SKIP', na_reason],
214214
'cli_root/zpool_add/zpool_add_004_pos': ['FAIL', known_reason],
215215
'cli_root/zpool_destroy/zpool_destroy_001_pos': ['SKIP', 6145],
216+
'cli_root/zpool_import/import_devices_missing': ['FAIL', 16669],
216217
'cli_root/zpool_import/zpool_import_missing_003_pos': ['SKIP', 6839],
217218
'cli_root/zpool_initialize/zpool_initialize_import_export':
218219
['FAIL', 11948],
@@ -275,7 +276,8 @@ if sys.platform.startswith('freebsd'):
275276
'pool_checkpoint/checkpoint_big_rewind': ['FAIL', 12622],
276277
'pool_checkpoint/checkpoint_indirect': ['FAIL', 12623],
277278
'resilver/resilver_restart_001': ['FAIL', known_reason],
278-
'snapshot/snapshot_002_pos': ['FAIL', '14831'],
279+
'snapshot/snapshot_002_pos': ['FAIL', 14831],
280+
'zvol/zvol_misc/zvol_misc_volmode': ['FAIL', 16668],
279281
'bclone/bclone_crossfs_corner_cases': ['SKIP', cfr_cross_reason],
280282
'bclone/bclone_crossfs_corner_cases_limited':
281283
['SKIP', cfr_cross_reason],

0 commit comments

Comments
 (0)