Adjust the skip version in flattened field telemetry tests.
We forgot to adjust the version when backporting the commit to 7.x.
This commit is contained in:
parent
60308cf0b3
commit
3bac1dc414
|
@ -1,7 +1,7 @@
|
|||
setup:
|
||||
- skip:
|
||||
version: " - 7.99.99"
|
||||
reason: "telemetry for flattened fields was added in 8.0"
|
||||
version: " - 7.5.99"
|
||||
reason: "telemetry for flattened fields was added in 7.6.0"
|
||||
|
||||
---
|
||||
"Usage stats for flattened fields":
|
||||
|
|
Loading…
Reference in New Issue