Skip to content

Commit 9f2c4df

Browse files
committed
REST tests: Increase version to skip to include 6.3
In order to fix the tests, the correct version needs to be skipped until the backport is done. Relates #28943
1 parent 4ec179b commit 9f2c4df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • rest-api-spec/src/main/resources/rest-api-spec/test/indices.clear_cache

rest-api-spec/src/main/resources/rest-api-spec/test/indices.clear_cache/10_basic.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
---
3030
"clear_cache with field_data set to true":
3131
- skip:
32-
version: " - 6.2.99"
32+
version: " - 6.3.99"
3333
reason: field_data was deprecated in 6.3.0
3434
features: "warnings"
3535

@@ -42,7 +42,7 @@
4242
---
4343
"clear_cache with fielddata set to true":
4444
- skip:
45-
version: " - 6.2.99"
45+
version: " - 6.3.99"
4646
reason: fielddata was deprecated before 6.3.0
4747

4848
- do:

0 commit comments

Comments
 (0)