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 88032d9 commit 3091191Copy full SHA for 3091191
tests/unit-tests/AuthTests.swift
@@ -526,7 +526,7 @@ class AuthTests: XCTestCase {
526
}
527
528
func testAuthTokenRefreshRetryOnlyOnce() throws {
529
- throw XCTSkip("skipping this test")
+ throw XCTSkip("skipping this test - auth token retries should occur more than once")
530
531
let condition1 = expectation(description: "\(#function) - callback not called correctly in some form")
532
condition1.expectedFulfillmentCount = 2
0 commit comments