Mute additional failing top_metrics test (#52545)
Most top_metrics tests were muted in #52468, but the scaled float can also fail. This commit mutes that test as well. relates #52418
This commit is contained in:
parent
8b1ad98219
commit
3c3a0b2f37
|
@ -112,6 +112,9 @@
|
|||
|
||||
---
|
||||
"sort by scaled float field":
|
||||
- skip:
|
||||
version: "all"
|
||||
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/52418"
|
||||
- do:
|
||||
indices.create:
|
||||
index: test
|
||||
|
|
Loading…
Reference in New Issue