From 0d7fd10fba8f862339d2280792ec396754d452a6 Mon Sep 17 00:00:00 2001 From: Ivan Brusic Date: Mon, 4 Nov 2024 16:25:49 -0800 Subject: [PATCH] Add BWC checks in REST api test (#11733) --- .../test/search.aggregation/70_adjacency_matrix.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/test/search.aggregation/70_adjacency_matrix.yml b/rest-api-spec/src/main/resources/rest-api-spec/test/search.aggregation/70_adjacency_matrix.yml index c1dce63657e20..ccd194eff6f51 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/test/search.aggregation/70_adjacency_matrix.yml +++ b/rest-api-spec/src/main/resources/rest-api-spec/test/search.aggregation/70_adjacency_matrix.yml @@ -130,12 +130,12 @@ setup: --- "Show only intersections": - skip: - version: " - 2.13.99" - reason: "show_only_intersecting was added in 2.14" + version: " - 2.99.99" + reason: "show_only_intersecting was added in 3.0.0" features: node_selector - do: node_selector: - version: "2.14.0 - " + version: "3.0.0 - " search: index: test rest_total_hits_as_int: true