Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions tests/Tests.YamlRunner/SkipList.fs
Original file line number Diff line number Diff line change
Expand Up @@ -183,4 +183,10 @@ let SkipList = dict<SkipFile,SkipSection> [
// 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"
]