Enable BWC test after backport (#52300)
Now that we've backported #52016 we can run its tests when we're performance backwards compatibility testing.
This commit is contained in:
parent
5373a77fb9
commit
ac535f59a5
|
@ -434,8 +434,8 @@ setup:
|
|||
---
|
||||
"date_histogram with pre-epoch daylight savings time transition":
|
||||
- skip:
|
||||
version: " - 7.6.99"
|
||||
reason: bug fixed in 7.7.0. will be backported to 7.6.1
|
||||
version: " - 7.6.1"
|
||||
reason: bug fixed in 7.6.1.
|
||||
# Add date_nanos to the mapping. We couldn't do it during setup because that
|
||||
# is run against 6.8 which doesn't have date_nanos
|
||||
- do:
|
||||
|
|
Loading…
Reference in New Issue