Update skip for backported fix (#52241)
Now that #51172 is fully backported we can fix the `skip` clause in the bwc tests for it.
This commit is contained in:
parent
c07f46409c
commit
0c1889389a
|
@ -821,8 +821,8 @@ setup:
|
|||
---
|
||||
"date_histogram with time_zone":
|
||||
- skip:
|
||||
version: " - 7.99.99"
|
||||
reason: This will fail against 7.whatever until we backport the fix
|
||||
version: " - 7.6.0"
|
||||
reason: Fixed in 7.6.0
|
||||
- do:
|
||||
index:
|
||||
index: test
|
||||
|
|
Loading…
Reference in New Issue