Skip to content

Commit 611d7b3

Browse files
committed
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 <[email protected]>
1 parent d35951b commit 611d7b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,7 @@ maybe = {
254254
'projectquota/setup': ['SKIP', exec_reason],
255255
'raidz/raidz_002_pos': ['FAIL', known_reason],
256256
'raidz/raidz_expand_001_pos': ['FAIL', 16421],
257-
'redundancy/redundancy_draid_spare1': ['FAIL', known_reason],
258-
'redundancy/redundancy_draid_spare3': ['FAIL', known_reason],
257+
'redundancy/redundancy_draid_spare1': ['FAIL', 18307],
259258
'removal/removal_condense_export': ['FAIL', known_reason],
260259
'renameat2/setup': ['SKIP', renameat2_reason],
261260
'reservation/reservation_008_pos': ['FAIL', 7741],

0 commit comments

Comments
 (0)