Skip to content

Commit 2f65f3a

Browse files
committed
Adjust bwc version for exists query tests
1 parent b989646 commit 2f65f3a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/search/160_exists_query.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ setup:
584584
---
585585
"Test exists query on _uid field":
586586
- skip:
587-
version: " - 6.1.0"
587+
version: " - 6.0.99"
588588
reason: exists on _uid not supported prior to 6.1.0
589589
- do:
590590
search:
@@ -599,7 +599,7 @@ setup:
599599
---
600600
"Test exists query on _index field":
601601
- skip:
602-
version: " - 6.1.0"
602+
version: " - 6.0.99"
603603
reason: exists on _index not supported prior to 6.1.0
604604
- do:
605605
search:
@@ -614,7 +614,7 @@ setup:
614614
---
615615
"Test exists query on _type field":
616616
- skip:
617-
version: " - 6.1.0"
617+
version: " - 6.0.99"
618618
reason: exists on _type not supported prior to 6.1.0
619619
- do:
620620
search:
@@ -653,7 +653,7 @@ setup:
653653
---
654654
"Test exists query on _source field":
655655
- skip:
656-
version: " - 6.1.0"
656+
version: " - 6.0.99"
657657
reason: exists on _source not supported prior to 6.1.0
658658
- do:
659659
catch: /query_shard_exception/

0 commit comments

Comments
 (0)