From 73fb5e6875b392d3f9184bf6bfa68cf63bc0be78 Mon Sep 17 00:00:00 2001 From: Richard Pappalardo Date: Mon, 10 Aug 2020 18:42:15 -0700 Subject: [PATCH] fix: disable broken tests --- app/src/androidTest/java/org/mozilla/fenix/ui/DeepLinkTest.kt | 2 ++ 1 file changed, 2 insertions(+) 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