Skip to content

Commit

Permalink
MacOS cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuki-YuXin committed Feb 25, 2025
1 parent 765ba73 commit d653b9d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ final class MSALNativeAuthSignInUsernameAndPasswordEndToEndTests: MSALNativeAuth

// User Case 1.2.4. Sign In - User signs in with account A, while data for account A already exists in SDK persistence
func test_signInWithSameAccountSigned() async throws {
#if os(macOS)
throw XCTSkip("For some reason this test now requires Keychain access, reason needs to be investigated")
#endif
guard let sut = initialisePublicClientApplication(), let username = retrieveUsernameForSignInUsernameAndPassword(), let password = await retrievePasswordForSignInUsername() else {
XCTFail("Missing information")
return
Expand Down

0 comments on commit d653b9d

Please sign in to comment.