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 4fe2f0b commit 7355d13Copy full SHA for 7355d13
Tests/AlgoliaSearchClientTests/Integration/APIKeysIntegrationTests.swift
@@ -75,8 +75,7 @@ class APIKeysIntegrationTests: IntegrationTestCase {
75
try checkKey(exists: true)
76
77
guard let addedKeyResponse = keyResponseContainer else {
78
- XCTFail("Key fetch failed")
79
- return
+ throw XCTSkip("Key fetch failed")
80
}
81
keyResponseContainer = nil
82
0 commit comments