Skip to content

Commit 4f75438

Browse files
authored
Synonyms tests are meant for 8.10+ (#98257)
1 parent 01d296a commit 4f75438

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/synonyms/10_synonyms_put.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
setup:
22
- skip:
3-
version: " - 8.8.99"
4-
reason: Introduced in 8.9.0
3+
version: " - 8.9.99"
4+
reason: Introduced in 8.10.0
55

66
---
77
"Create and Update synonyms set":

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/synonyms/20_synonyms_get.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
setup:
22
- skip:
3-
version: " - 8.8.99"
4-
reason: Introduced in 8.9.0
3+
version: " - 8.9.99"
4+
reason: Introduced in 8.10.0
55
- do:
66
synonyms.put:
77
synonyms_set: test-get-synonyms

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/synonyms/30_synonyms_delete.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
setup:
22
- skip:
3-
version: " - 8.8.99"
4-
reason: Introduced in 8.9.0
3+
version: " - 8.9.99"
4+
reason: Introduced in 8.10.0
55
- do:
66
synonyms.put:
77
synonyms_set: test-get-synonyms

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/synonyms/50_synonym_rule_put.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
setup:
22
- skip:
3-
version: " - 8.8.99"
4-
reason: Introduced in 8.9.0
3+
version: " - 8.9.99"
4+
reason: Introduced in 8.10.0
55
- do:
66
synonyms.put:
77
synonyms_set: test-synonyms

0 commit comments

Comments
 (0)