Skip to content

Commit 7bb97db

Browse files
committed
Add skip for the retrievePasswordForSignInUsername()
1 parent b0ec77a commit 7bb97db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MSAL/test/integration/native_auth/end_to_end/sign_in/MSALNativeAuthSignInUserNameAndPasswordEndToEndTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ final class MSALNativeAuthSignInUsernameAndPasswordEndToEndTests: MSALNativeAuth
9292

9393
// User Case 1.2.4. Sign In - User signs in with account A, while data for account A already exists in SDK persistence
9494
func test_signInWithSameAccountSigned() async throws {
95+
throw XCTSkip("retrievePasswordForSignInUsername() failure")
9596
#if os(macOS)
9697
throw XCTSkip("For some reason this test now requires Keychain access, reason needs to be investigated")
9798
#endif

0 commit comments

Comments
 (0)