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 77aa9b3 commit aba2aa3Copy full SHA for aba2aa3
tests/Tests.YamlRunner/SkipList.fs
@@ -138,6 +138,13 @@ let SkipList = dict<SkipFile,SkipSection> [
138
// Test tries to match on "tagline", which requires "human=false", which doesn't work in the Go API.
139
// Also test does too much within a single test, so has to be disabled as whole, unfortunately.
140
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
148
]
149
150
0 commit comments