Skip to content

Commit

Permalink
Ignore failing test in PaymentMethodEndToEndTest
Browse files Browse the repository at this point in the history
  • Loading branch information
tillh-stripe committed Apr 17, 2023
1 parent ca46205 commit 90b1312
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -22,6 +23,7 @@ internal class PaymentMethodEndToEndTest {
private val context = ApplicationProvider.getApplicationContext<Context>()
private val testDispatcher = UnconfinedTestDispatcher()

@Ignore("Ignore while this is broken on the backend.")
@Test
fun createPaymentMethod_withBacsDebit_shouldCreateObject() {
val params = PaymentMethodCreateParamsFixtures.BACS_DEBIT
Expand Down

0 comments on commit 90b1312

Please sign in to comment.