Skip to content

Commit 3091191

Browse files
author
Evan Greer
committed
adds reason for skipping test
1 parent 88032d9 commit 3091191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit-tests/AuthTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ class AuthTests: XCTestCase {
526526
}
527527

528528
func testAuthTokenRefreshRetryOnlyOnce() throws {
529-
throw XCTSkip("skipping this test")
529+
throw XCTSkip("skipping this test - auth token retries should occur more than once")
530530

531531
let condition1 = expectation(description: "\(#function) - callback not called correctly in some form")
532532
condition1.expectedFulfillmentCount = 2

0 commit comments

Comments
 (0)