From 3d149db1f3a6dddeeb650a03c559415e8e9fdc80 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Mon, 11 Apr 2022 17:26:01 -0700 Subject: ZTS: Retry auto_spare_multiple.ksh The auto_spare_multiple.ksh test may incorrectly fail for a similar reason as the auto_spare_shared.ksh test. Add it to known list of exceptions which should be retried to prevent failures in the CI. Reviewed-by: George Melikov Signed-off-by: Brian Behlendorf Closes #13318 --- tests/test-runner/bin/zts-report.py.in | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test-runner') diff --git a/tests/test-runner/bin/zts-report.py.in b/tests/test-runner/bin/zts-report.py.in index ed39b8517..b0941a4d5 100755 --- a/tests/test-runner/bin/zts-report.py.in +++ b/tests/test-runner/bin/zts-report.py.in @@ -262,6 +262,7 @@ elif sys.platform.startswith('linux'): 'cli_root/zfs_rename/zfs_rename_002_pos': ['FAIL', known_reason], 'cli_root/zpool_reopen/zpool_reopen_003_pos': ['FAIL', known_reason], 'fault/auto_spare_shared': ['FAIL', 11889], + 'fault/auto_spare_multiple': ['FAIL', 11889], 'io/io_uring': ['SKIP', 'io_uring support required'], 'limits/filesystem_limit': ['SKIP', known_reason], 'limits/snapshot_limit': ['SKIP', known_reason], -- cgit v1.2.3