Ignore message backups checkout activity tests.

This commit is contained in:
Alex Hart
2025-10-23 12:20:26 -03:00
committed by jeffrey-signal
parent d903bcf2b1
commit 9ddc600972

View File

@@ -25,6 +25,7 @@ import kotlinx.coroutines.flow.MutableSharedFlow
import kotlinx.coroutines.runBlocking
import kotlinx.coroutines.test.StandardTestDispatcher
import org.junit.Before
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.junit.runner.RunWith
@@ -46,6 +47,7 @@ import org.thoughtcrime.securesms.testing.SignalActivityRule
import java.math.BigDecimal
import java.util.Currency
@Ignore
@RunWith(AndroidJUnit4::class)
class MessageBackupsCheckoutActivityTest {