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

fennec/production
Aaron Train 4 years ago committed by Mihai Adrian
parent b2da0bd922
commit b35704beed

@ -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

Loading…
Cancel
Save