Skip to content

Commit 819182b

Browse files
authored
Skip service accounts YAML tests (#5615) (#5656)
(cherry picked from commit e231721)
1 parent bc20dd0 commit 819182b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/Tests.YamlRunner/SkipList.fs

+4
Original file line numberDiff line numberDiff line change
@@ -179,4 +179,8 @@ let SkipList = dict<SkipFile,SkipSection> [
179179
// Failed: Assert operation Match snapshot.shards.failed Value 0 Reason: expected: 0.0 actual: 1.0
180180
// {"snapshot":{"snapshot":"snapshot","indices":["docs_shared_cache"],"shards":{"total":1,"failed":1,"successful":0}}}
181181
SkipFile "searchable_snapshots/10_usage.yml", Section "Tests searchable snapshots usage stats with full_copy and shared_cache indices"
182+
183+
// Assertion expects two tokens but creates only one
184+
// Needs further investigation
185+
SkipFile "service_accounts/10_basic.yml", All
182186
]

0 commit comments

Comments
 (0)