From 488f04e2766705030f0fc41c6a32aa0788d8fcd1 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Mon, 16 Mar 2026 10:39:01 -0700 Subject: [PATCH] ZTS: Add back redundancy_draid_spare3 exception Observed again in the CI. Put the maybe exception back in place and reference a newly created issue for this sporadic failure. Signed-off-by: Brian Behlendorf Closes #18320 --- tests/test-runner/bin/zts-report.py.in | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test-runner/bin/zts-report.py.in b/tests/test-runner/bin/zts-report.py.in index fddc30158..90d4c1277 100755 --- a/tests/test-runner/bin/zts-report.py.in +++ b/tests/test-runner/bin/zts-report.py.in @@ -255,6 +255,7 @@ maybe = { 'raidz/raidz_002_pos': ['FAIL', known_reason], 'raidz/raidz_expand_001_pos': ['FAIL', 16421], 'redundancy/redundancy_draid_spare1': ['FAIL', 18307], + 'redundancy/redundancy_draid_spare3': ['FAIL', 18319], 'removal/removal_condense_export': ['FAIL', known_reason], 'renameat2/setup': ['SKIP', renameat2_reason], 'reservation/reservation_008_pos': ['FAIL', 7741],