1
0
Fork 0

fix: disable broken tests

master
Richard Pappalardo 2020-08-10 18:42:15 -07:00 committed by liuche
parent fd305d4608
commit 73fb5e6875
1 changed files with 2 additions and 0 deletions

View File

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