Muting prefilter shard tests as they are breaking in BWC testing
See #42679
This commit is contained in:
parent
c5a410f68b
commit
41208b7041
|
@ -36,6 +36,9 @@ setup:
|
||||||
|
|
||||||
---
|
---
|
||||||
"pre_filter_shard_size with invalid parameter":
|
"pre_filter_shard_size with invalid parameter":
|
||||||
|
- skip:
|
||||||
|
version: "all"
|
||||||
|
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/42679"
|
||||||
- do:
|
- do:
|
||||||
catch: /preFilterShardSize must be >= 1/
|
catch: /preFilterShardSize must be >= 1/
|
||||||
search:
|
search:
|
||||||
|
@ -45,6 +48,9 @@ setup:
|
||||||
|
|
||||||
---
|
---
|
||||||
"pre_filter_shard_size with shards that have no hit":
|
"pre_filter_shard_size with shards that have no hit":
|
||||||
|
- skip:
|
||||||
|
version: "all"
|
||||||
|
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/42679"
|
||||||
- do:
|
- do:
|
||||||
index:
|
index:
|
||||||
index: index_1
|
index: index_1
|
||||||
|
|
Loading…
Reference in New Issue