[fenix] Bug 1812279 - disable mainMenuOpenInAppTest UI test

pull/600/head
AndiAJ 1 year ago committed by mergify[bot]
parent bff3d80fc7
commit e2f5b46feb

@ -17,6 +17,7 @@ import mozilla.components.concept.engine.mediasession.MediaSession
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.IntentReceiverActivity
@ -289,6 +290,7 @@ class SmokeTest {
// Device or AVD requires a Google Services Android OS installation with Play Store installed
// Verifies the Open in app button when an app is installed
@Ignore("Failing, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1812279")
@Test
fun mainMenuOpenInAppTest() {
val youtubeURL = "https://m.youtube.com/user/mozilla?cbrd=1"

Loading…
Cancel
Save