mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-24 05:04:50 -04:00
Ignore flaky tests
This commit is contained in:
parent
5010f4d522
commit
425d096f9d
@ -19,6 +19,7 @@ package org.kiwix.kiwixmobile.intro
|
||||
|
||||
import android.os.Build
|
||||
import androidx.test.filters.SdkSuppress
|
||||
import org.junit.Ignore
|
||||
import org.junit.Test
|
||||
import org.kiwix.kiwixmobile.BaseActivityTest
|
||||
|
||||
@ -28,6 +29,7 @@ class IntroActivityTest : BaseActivityTest<IntroActivity>() {
|
||||
override var activityRule = activityTestRule<IntroActivity>()
|
||||
|
||||
@Test
|
||||
@Ignore("Ignored due to flakiness on nightly build")
|
||||
fun viewIsSwipeableAndNavigatesToMain() {
|
||||
intro {
|
||||
swipeLeft()
|
||||
|
@ -22,6 +22,7 @@ import android.os.Build
|
||||
import androidx.test.filters.SdkSuppress
|
||||
import attempt
|
||||
import okhttp3.mockwebserver.MockResponse
|
||||
import org.junit.Ignore
|
||||
import org.junit.Test
|
||||
import org.kiwix.kiwixmobile.BaseActivityTest
|
||||
import org.kiwix.kiwixmobile.KiwixMockServer
|
||||
@ -50,6 +51,7 @@ class ZimManageActivityTest : BaseActivityTest<ZimManageActivity>() {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore("Ignored due to flakiness on nightly build")
|
||||
fun testZimManageDataFlow() {
|
||||
SharedPreferenceUtil(activityRule.activity).putPrefWifiOnly(false)
|
||||
zimManage {
|
||||
|
Loading…
x
Reference in New Issue
Block a user