Skip to content

Commit

Permalink
Temporarily disable Twint tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tillh-stripe committed Nov 20, 2024
1 parent f7f01ad commit b8fd664
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ import com.stripe.android.paymentsheet.example.playground.settings.Currency
import com.stripe.android.paymentsheet.example.playground.settings.CurrencySettingsDefinition
import com.stripe.android.paymentsheet.example.playground.settings.SupportedPaymentMethodsSettingsDefinition
import com.stripe.android.test.core.TestParameters
import org.junit.Ignore
import org.junit.Test
import org.junit.runner.RunWith

@Ignore("ir-mauve-stint")
@RunWith(AndroidJUnit4::class)
internal class TestTwint : BasePlaygroundTest() {
private val testParameters = TestParameters.create(
Expand Down

0 comments on commit b8fd664

Please sign in to comment.