From 90b1312a6c20e75b4f42a0fd4ff2b26f3b4a6fcb Mon Sep 17 00:00:00 2001 From: Till Hellmund Date: Mon, 17 Apr 2023 19:33:53 -0400 Subject: [PATCH] Ignore failing test in `PaymentMethodEndToEndTest` --- .../test/java/com/stripe/android/PaymentMethodEndToEndTest.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/payments-core/src/test/java/com/stripe/android/PaymentMethodEndToEndTest.kt b/payments-core/src/test/java/com/stripe/android/PaymentMethodEndToEndTest.kt index ab9221dd78f..75f7c0d9750 100644 --- a/payments-core/src/test/java/com/stripe/android/PaymentMethodEndToEndTest.kt +++ b/payments-core/src/test/java/com/stripe/android/PaymentMethodEndToEndTest.kt @@ -14,6 +14,7 @@ import kotlinx.coroutines.test.UnconfinedTestDispatcher import kotlinx.coroutines.test.runTest import org.junit.runner.RunWith import org.robolectric.RobolectricTestRunner +import kotlin.test.Ignore import kotlin.test.Test import kotlin.test.assertFailsWith @@ -22,6 +23,7 @@ internal class PaymentMethodEndToEndTest { private val context = ApplicationProvider.getApplicationContext() private val testDispatcher = UnconfinedTestDispatcher() + @Ignore("Ignore while this is broken on the backend.") @Test fun createPaymentMethod_withBacsDebit_shouldCreateObject() { val params = PaymentMethodCreateParamsFixtures.BACS_DEBIT