File tree Expand file tree Collapse file tree 2 files changed +30
-25
lines changed
Expand file tree Collapse file tree 2 files changed +30
-25
lines changed Original file line number Diff line number Diff line change @@ -136,27 +136,27 @@ dueDate:
136136 type : string
137137 format : date-time
138138
139- skipTestCases :
140- description : |
141- A list of test cases to be skipped (if the specified test plan includes
142- them).
143- type : array
144- minItems : 1
145- items :
146- type : string
147- enum :
148- # exec sed 's/^/ /' tmp/test-cases.yaml
149- example :
150- - epp-99
151-
152- ignoreErrorCodes :
153- description : |
154- A mapping of test cases to error codes to be downgraded from `ERROR` to
155- `WARNING`, if that error code is generated by the specified test case. Only
156- codes of severity `ERROR` can be downgraded.
157- type : object
158- properties :
159- # exec sed 's/^/ /' tmp/ignore-error-codes.yaml
160- example :
161- " epp-02 " :
162- - EPP_GREETING_UNEXPECTED_EXTURI
139+ # skipTestCases:
140+ # description: |
141+ # A list of test cases to be skipped (if the specified test plan includes
142+ # them).
143+ # type: array
144+ # minItems: 1
145+ # items:
146+ # type: string
147+ # enum:
148+ # # exec sed 's/^/ /' tmp/test-cases.yaml
149+ # example:
150+ # - epp-99
151+ #
152+ # ignoreErrorCodes:
153+ # description: |
154+ # A mapping of test cases to error codes to be downgraded from `ERROR` to
155+ # `WARNING`, if that error code is generated by the specified test case. Only
156+ # codes of severity `ERROR` can be downgraded.
157+ # type: object
158+ # properties:
159+ # # exec sed 's/^/ /' tmp/ignore-error-codes.yaml
160+ # example:
161+ # "epp-02":
162+ # - EPP_GREETING_UNEXPECTED_EXTURI
Original file line number Diff line number Diff line change 3636
3737 ### Change Log
3838
39- * v2026.0 (2026-02-13):
39+ * v2026.3 (2026-02-23):
40+ * the changes in v2026.02 (see below) have been temporarily reverted, as
41+ the corresponding code changes are not yet finished
42+ ([#54](https://github.com/icann/rst-api-spec/issues/54))
43+
44+ * v2026.2 (2026-02-13):
4045 * add the `skipTestCases` and `ignoreErrorCodes` properties to
4146 the `testRequest` and `testRequestSubmitted` object types
4247 ([#39](https://github.com/icann/rst-api-spec/issues/39))
You can’t perform that action at this time.
0 commit comments