diff --git a/app/src/androidTest/java/org/mozilla/fenix/ui/DeepLinkTest.kt b/app/src/androidTest/java/org/mozilla/fenix/ui/DeepLinkTest.kt index 21d6fdb6a..4f9a0885e 100644 --- a/app/src/androidTest/java/org/mozilla/fenix/ui/DeepLinkTest.kt +++ b/app/src/androidTest/java/org/mozilla/fenix/ui/DeepLinkTest.kt @@ -29,6 +29,8 @@ import org.mozilla.fenix.ui.robots.DeepLinkRobot * - fenix://urls_bookmarks — take the user to the bookmarks list * - fenix://settings_logins — take the user to the settings page to do with logins (not the saved logins). **/ + +@Ignore("All tests perma-failing, see: https://github.com/mozilla-mobile/fenix/issues/13491") class DeepLinkTest { private val mDevice = UiDevice.getInstance(InstrumentationRegistry.getInstrumentation()) private lateinit var mockWebServer: MockWebServer