[fenix] fix: disable broken tests

pull/600/head
Richard Pappalardo 4 years ago committed by liuche
parent 69ef575a81
commit 25858d572b

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

Loading…
Cancel
Save