Skip to content

Commit 8bfab27

Browse files
authored
Skip disk usage YAML test (#5885)
1 parent aff6212 commit 8bfab27

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/Tests.YamlRunner/SkipList.fs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,4 +183,10 @@ let SkipList = dict<SkipFile,SkipSection> [
183183
// Assertion expects two tokens but creates only one
184184
// Needs further investigation
185185
SkipFile "service_accounts/10_basic.yml", All
186+
187+
// TODO Can we handle the set which is essentially an alias?
188+
// Options:
189+
// - Add new alias operation to distinguish intent
190+
// - Rewrite the test to avoid the use of the aliases
191+
SkipFile "indices.stats/50_disk_usage.yml", Section "Disk usage stats"
186192
]

0 commit comments

Comments
 (0)