Skip to content

Commit

Permalink
Temporarily disable UI tests that hits `NetworkingLinkStepUpVerificat…
Browse files Browse the repository at this point in the history
…ion` pane (#4033)

## Summary

While an issue with the `NetworkingLinkStepUpVerification` is being
resolved, we'll disable this UI test for now. Related:
https://git.corp.stripe.com/stripe-internal/pay-server/pull/904170

## Motivation

Keep CI green during maintenance

## Testing

N/a

## Changelog

N/a
  • Loading branch information
mats-stripe authored Sep 23, 2024
1 parent a4f6390 commit a70bcca
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ final class FinancialConnectionsNetworkingUITests: XCTestCase {
func testNativeNetworkingTestMode() throws {
let emailAddresss = "\(UUID().uuidString)@UITestForIOS.com"
executeNativeNetworkingTestModeSignUpFlowTest(emailAddress: emailAddresss)
executeNativeNetworkingTestModeSignInFlowTest(emailAddress: emailAddresss)
// TODO(mats): Reenable once step up verification issues are resolved (BANKCON-14617).
// executeNativeNetworkingTestModeSignInFlowTest(emailAddress: emailAddresss)
executeNativeNetworkingTestModeAutofillSignInFlowTest(emailAddress: emailAddresss)
let bankAccountName = "Insufficient Funds"
executeNativeNetworkingTestModeAddBankAccount(
Expand Down

0 comments on commit a70bcca

Please sign in to comment.