1
0
Fork 0

Closes #9688: Disable ReaderViewTest for intermittent investigation in detection issues

master
Aaron Train 2020-04-03 14:24:49 -04:00 committed by Mihai Adrian
parent b2da0bd922
commit b35704beed
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ import android.view.View
import okhttp3.mockwebserver.MockWebServer
import org.junit.After
import org.junit.Before
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.mozilla.fenix.ui.robots.navigationToolbar
@ -28,6 +29,7 @@ import org.mozilla.fenix.helpers.TestAssetHelper
*
*/
@Ignore("Temp disable - reader view page detection issues: https://github.com/mozilla-mobile/fenix/issues/9688 ")
class ReaderViewTest {
private lateinit var mockWebServer: MockWebServer
private var readerViewNotificationDot: ViewVisibilityIdlingResource? = null