Skip to content

Commit 6c45e24

Browse files
authored
Merge pull request #3223 from vkarak/bugfix/report-schema
[bugfix] Fix report schema to properly accept all test results
2 parents f28b815 + ef92af6 commit 6c45e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reframe/schemas/runreport.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"prefix": {"type": "string"},
8585
"result": {
8686
"type": "string",
87-
"enum": ["success", "failure", "aborted"]
87+
"enum": ["success", "failure", "aborted", "skipped"]
8888
},
8989
"scheduler": {"type": ["string", "null"]},
9090
"stagedir": {"type": ["string", "null"]},

0 commit comments

Comments
 (0)