Skip to content

Commit 0d7fd10

Browse files
committed
Add BWC checks in REST api test (#11733)
1 parent 8116fca commit 0d7fd10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/search.aggregation/70_adjacency_matrix.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,12 @@ setup:
130130
---
131131
"Show only intersections":
132132
- skip:
133-
version: " - 2.13.99"
134-
reason: "show_only_intersecting was added in 2.14"
133+
version: " - 2.99.99"
134+
reason: "show_only_intersecting was added in 3.0.0"
135135
features: node_selector
136136
- do:
137137
node_selector:
138-
version: "2.14.0 - "
138+
version: "3.0.0 - "
139139
search:
140140
index: test
141141
rest_total_hits_as_int: true

0 commit comments

Comments
 (0)