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
7 changes: 7 additions & 0 deletions tests/Tests.YamlRunner/SkipList.fs
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,13 @@ let SkipList = dict<SkipFile,SkipSection> [
// Test tries to match on "tagline", which requires "human=false", which doesn't work in the Go API.
// Also test does too much within a single test, so has to be disabled as whole, unfortunately.
SkipFile "xpack/15_basic.yml", All

// Snapshot testing requires local filesystem access
SkipFile "snapshot.create/10_basic.yml", All
SkipFile "snapshot.get/10_basic.yml", All
SkipFile "snapshot.get_repository/10_basic.yml", All
SkipFile "snapshot.restore/10_basic.yml", All
SkipFile "snapshot.status/10_basic.yml", All
]