Skip to content

Commit

Permalink
Update skip for backported fix (elastic#52241)
Browse files Browse the repository at this point in the history
Now that elastic#51172 is fully backported we can fix the `skip` clause in the
bwc tests for it.
  • Loading branch information
nik9000 committed Feb 12, 2020
1 parent c07f464 commit 0c18893
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c18893

Please sign in to comment.