Skip to content

Commit

Permalink
Add skip for the retrievePasswordForSignInUsername()
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuki-YuXin committed Feb 25, 2025
1 parent b0ec77a commit 7bb97db
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ 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 {
throw XCTSkip("retrievePasswordForSignInUsername() failure")
#if os(macOS)
throw XCTSkip("For some reason this test now requires Keychain access, reason needs to be investigated")
#endif
Expand Down

0 comments on commit 7bb97db

Please sign in to comment.