Skip to content

Commit b38c04f

Browse files
authored
Update skip for backported fix (#52240)
Now that #51172 is fully backported we can fix the `skip` clause in the bwc tests for it.
1 parent c99210d commit b38c04f

File tree

1 file changed

+2
-2
lines changed
  • rest-api-spec/src/main/resources/rest-api-spec/test/search.aggregation

1 file changed

+2
-2
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/search.aggregation/230_composite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -786,8 +786,8 @@ setup:
786786
---
787787
"date_histogram with time_zone":
788788
- skip:
789-
version: " - 7.99.99"
790-
reason: This will fail against 7.whatever until we backport the fix
789+
version: " - 7.6.0"
790+
reason: Fixed in 7.6.0
791791
- do:
792792
index:
793793
index: test

0 commit comments

Comments
 (0)