Skip to content

Commit

Permalink
Merge pull request #3223 from vkarak/bugfix/report-schema
Browse files Browse the repository at this point in the history
[bugfix] Fix report schema to properly accept all test results
  • Loading branch information
vkarak authored Jun 27, 2024
2 parents f28b815 + ef92af6 commit 6c45e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reframe/schemas/runreport.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"prefix": {"type": "string"},
"result": {
"type": "string",
"enum": ["success", "failure", "aborted"]
"enum": ["success", "failure", "aborted", "skipped"]
},
"scheduler": {"type": ["string", "null"]},
"stagedir": {"type": ["string", "null"]},
Expand Down

0 comments on commit 6c45e24

Please sign in to comment.