Adjust bwc version for exists query tests

This commit is contained in:
Colin Goodheart-Smithe 2017-11-02 08:40:34 +00:00
parent b9896465cd
commit 2f65f3aaa7
No known key found for this signature in database
GPG Key ID: F975E7BDD739B3C7
1 changed files with 4 additions and 4 deletions

View File

@ -584,7 +584,7 @@ setup:
---
"Test exists query on _uid field":
- skip:
version: " - 6.1.0"
version: " - 6.0.99"
reason: exists on _uid not supported prior to 6.1.0
- do:
search:
@ -599,7 +599,7 @@ setup:
---
"Test exists query on _index field":
- skip:
version: " - 6.1.0"
version: " - 6.0.99"
reason: exists on _index not supported prior to 6.1.0
- do:
search:
@ -614,7 +614,7 @@ setup:
---
"Test exists query on _type field":
- skip:
version: " - 6.1.0"
version: " - 6.0.99"
reason: exists on _type not supported prior to 6.1.0
- do:
search:
@ -653,7 +653,7 @@ setup:
---
"Test exists query on _source field":
- skip:
version: " - 6.1.0"
version: " - 6.0.99"
reason: exists on _source not supported prior to 6.1.0
- do:
catch: /query_shard_exception/