Skip to content

Commit 2d1e7f4

Browse files
committed
Update rest tests skip version to include 2.14
Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
1 parent 17364d5 commit 2d1e7f4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

rest-api-spec/src/main/resources/rest-api-spec/test/search.aggregation/10_histogram.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ setup:
648648
---
649649
"date_histogram profiler shows filter rewrite info":
650650
- skip:
651-
version: " - 2.99.99"
651+
version: " - 2.13.99"
652652
reason: debug info for filter rewrite added in 3.0.0 (to be backported to 2.14.0)
653653

654654
- do:

rest-api-spec/src/main/resources/rest-api-spec/test/search.aggregation/230_composite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1073,7 +1073,7 @@ setup:
10731073
---
10741074
"composite aggregation date_histogram profile shows filter rewrite info":
10751075
- skip:
1076-
version: " - 2.99.99"
1076+
version: " - 2.13.99"
10771077
reason: debug info for filter rewrite added in 3.0.0 (to be backported to 2.14.0)
10781078

10791079
- do:

rest-api-spec/src/main/resources/rest-api-spec/test/search.aggregation/330_auto_date_histogram.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ setup:
103103
---
104104
"auto_date_histogram profile shows filter rewrite info":
105105
- skip:
106-
version: " - 2.99.99"
106+
version: " - 2.13.99"
107107
reason: debug info for filter rewrite added in 3.0.0 (to be backported to 2.14.0)
108108

109109
- do:

0 commit comments

Comments
 (0)