[TEST] Mute some search.aggregation/10_histogram/date_histogram tests
Due to https://github.com/elastic/elasticsearch/issues/51525
This commit is contained in:
parent
d43cd65585
commit
6283648da2
|
@ -252,8 +252,11 @@ setup:
|
|||
---
|
||||
"date_histogram with offset":
|
||||
- skip:
|
||||
version: " - 7.1.99"
|
||||
reason: calendar_interval introduced in 7.2.0
|
||||
version: "all"
|
||||
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/51525"
|
||||
# When fixed, reinstate these lines
|
||||
#version: " - 7.1.99"
|
||||
#reason: calendar_interval introduced in 7.2.0
|
||||
|
||||
- do:
|
||||
indices.create:
|
||||
|
@ -306,8 +309,11 @@ setup:
|
|||
---
|
||||
"date_histogram on range":
|
||||
- skip:
|
||||
version: " - 7.1.99"
|
||||
reason: calendar_interval introduced in 7.2.0
|
||||
version: "all"
|
||||
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/51525"
|
||||
# When fixed, reinstate these lines
|
||||
#version: " - 7.1.99"
|
||||
#reason: calendar_interval introduced in 7.2.0
|
||||
|
||||
- do:
|
||||
indices.create:
|
||||
|
@ -358,8 +364,11 @@ setup:
|
|||
---
|
||||
"date_histogram on range with offset":
|
||||
- skip:
|
||||
version: " - 7.1.99"
|
||||
reason: calendar_interval introduced in 7.2.0
|
||||
version: "all"
|
||||
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/51525"
|
||||
# When fixed, reinstate these lines
|
||||
#version: " - 7.1.99"
|
||||
#reason: calendar_interval introduced in 7.2.0
|
||||
|
||||
- do:
|
||||
indices.create:
|
||||
|
|
Loading…
Reference in New Issue