Skip to content

Commit 40cf86a

Browse files
authored
Merge pull request #55 from icann/54-v202602-rollback
v2026.02 rollback
2 parents bcf2c92 + 5994178 commit 40cf86a

File tree

2 files changed

+30
-25
lines changed

2 files changed

+30
-25
lines changed

inc/test-request-base-properties.yaml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff 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

rst-api-spec.yaml.in

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,12 @@ info:
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))

0 commit comments

Comments
 (0)