From 230395f74f16c1da3f53affed123c317f0bef688 Mon Sep 17 00:00:00 2001 From: Steve Gordon Date: Wed, 14 Jul 2021 15:17:56 +0100 Subject: [PATCH] Skip disk usage YAML test --- tests/Tests.YamlRunner/SkipList.fs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/Tests.YamlRunner/SkipList.fs b/tests/Tests.YamlRunner/SkipList.fs index 49d52957e3b..15aa6e8deba 100644 --- a/tests/Tests.YamlRunner/SkipList.fs +++ b/tests/Tests.YamlRunner/SkipList.fs @@ -183,4 +183,10 @@ let SkipList = dict [ // Assertion expects two tokens but creates only one // Needs further investigation SkipFile "service_accounts/10_basic.yml", All + + // TODO Can we handle the set which is essentially an alias? + // Options: + // - Add new alias operation to distinguish intent + // - Rewrite the test to avoid the use of the aliases + SkipFile "indices.stats/50_disk_usage.yml", Section "Disk usage stats" ] \ No newline at end of file