We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aff6212 commit 8bfab27Copy full SHA for 8bfab27
tests/Tests.YamlRunner/SkipList.fs
@@ -183,4 +183,10 @@ let SkipList = dict<SkipFile,SkipSection> [
183
// Assertion expects two tokens but creates only one
184
// Needs further investigation
185
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"
192
]
0 commit comments