From 5b2923c2e0d36839ceb809314f7b594eca6d8a3d Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Thu, 12 Mar 2026 18:37:27 -0700 Subject: [PATCH] ZTS: redundancy_draid_spare{1,3} exceptions Update the redundancy_draid_spare1 exception to reference an issue which describes the failure. Remove the exception for the redundancy_draid_spare3 test. I have not observed it in local testing. If it reproduces in the CI we can create a new issue for it and put back the exception. Signed-off-by: Brian Behlendorf Closes #18308 --- tests/test-runner/bin/zts-report.py.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test-runner/bin/zts-report.py.in b/tests/test-runner/bin/zts-report.py.in index f1c75c2ef..fddc30158 100755 --- a/tests/test-runner/bin/zts-report.py.in +++ b/tests/test-runner/bin/zts-report.py.in @@ -254,8 +254,7 @@ maybe = { 'projectquota/setup': ['SKIP', exec_reason], 'raidz/raidz_002_pos': ['FAIL', known_reason], 'raidz/raidz_expand_001_pos': ['FAIL', 16421], - 'redundancy/redundancy_draid_spare1': ['FAIL', known_reason], - 'redundancy/redundancy_draid_spare3': ['FAIL', known_reason], + 'redundancy/redundancy_draid_spare1': ['FAIL', 18307], 'removal/removal_condense_export': ['FAIL', known_reason], 'renameat2/setup': ['SKIP', renameat2_reason], 'reservation/reservation_008_pos': ['FAIL', 7741],