Skip to content

Commit

Permalink
Ignore 3ds2 tests. (#9455)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaynewstrom-stripe authored Oct 16, 2024
1 parent e233384 commit 40d6017
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import com.stripe.android.paymentsheet.ui.SAVED_PAYMENT_OPTION_TEST_TAG
import com.stripe.android.test.core.AuthorizeAction
import com.stripe.android.test.core.FieldPopulator
import com.stripe.android.test.core.TestParameters
import org.junit.Ignore
import org.junit.Test
import org.junit.runner.RunWith

Expand Down Expand Up @@ -270,6 +271,7 @@ internal class TestCard : BasePlaygroundTest() {
}

@Test
@Ignore
fun testCardWith3ds2() {
testDriver.confirmNewOrGuestComplete(
testParameters.copy(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import com.stripe.android.paymentsheet.example.playground.settings.PaymentMethod
import com.stripe.android.test.core.AuthorizeAction
import com.stripe.android.test.core.FieldPopulator
import com.stripe.android.test.core.TestParameters
import org.junit.Ignore
import org.junit.Test
import org.junit.runner.RunWith

Expand Down Expand Up @@ -71,6 +72,7 @@ internal class TestCardInCustomerSheet : BasePlaygroundTest() {
}

@Test
@Ignore
fun testCardWith3ds2() {
testDriver.savePaymentMethodInCustomerSheet(
testParameters.copyPlaygroundSettings { settings ->
Expand Down

0 comments on commit 40d6017

Please sign in to comment.