Skip to content

Commit aba2aa3

Browse files
Remove snapshot testing from YAML run (#4549) (#4551)
Co-authored-by: Stuart Cam <[email protected]>
1 parent 77aa9b3 commit aba2aa3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/Tests.YamlRunner/SkipList.fs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,13 @@ let SkipList = dict<SkipFile,SkipSection> [
138138
// Test tries to match on "tagline", which requires "human=false", which doesn't work in the Go API.
139139
// Also test does too much within a single test, so has to be disabled as whole, unfortunately.
140140
SkipFile "xpack/15_basic.yml", All
141+
142+
// Snapshot testing requires local filesystem access
143+
SkipFile "snapshot.create/10_basic.yml", All
144+
SkipFile "snapshot.get/10_basic.yml", All
145+
SkipFile "snapshot.get_repository/10_basic.yml", All
146+
SkipFile "snapshot.restore/10_basic.yml", All
147+
SkipFile "snapshot.status/10_basic.yml", All
141148
]
142149

143150

0 commit comments

Comments
 (0)