Skip to content

Commit

Permalink
chore(api key test): skip if failed (#835)
Browse files Browse the repository at this point in the history
  • Loading branch information
VladislavFitz authored Sep 8, 2023
1 parent 4fe2f0b commit 7355d13
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ class APIKeysIntegrationTests: IntegrationTestCase {
try checkKey(exists: true)

guard let addedKeyResponse = keyResponseContainer else {
XCTFail("Key fetch failed")
return
throw XCTSkip("Key fetch failed")
}
keyResponseContainer = nil

Expand Down

0 comments on commit 7355d13

Please sign in to comment.