Skip to content

Commit ac535f5

Browse files
authored
Enable BWC test after backport (#52300)
Now that we've backported #52016 we can run its tests when we're performance backwards compatibility testing.
1 parent 5373a77 commit ac535f5

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/10_histogram.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,8 +434,8 @@ setup:
434434
---
435435
"date_histogram with pre-epoch daylight savings time transition":
436436
- skip:
437-
version: " - 7.6.99"
438-
reason: bug fixed in 7.7.0. will be backported to 7.6.1
437+
version: " - 7.6.1"
438+
reason: bug fixed in 7.6.1.
439439
# Add date_nanos to the mapping. We couldn't do it during setup because that
440440
# is run against 6.8 which doesn't have date_nanos
441441
- do:

0 commit comments

Comments
 (0)