Skip to content

Commit 4aa871b

Browse files
committed
Fix runreport schema to properly accept all test results
1 parent 16f478e commit 4aa871b

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)