diff --git a/tests/selenium/specs/search_loggedin.js b/tests/selenium/specs/search_loggedin.js index b9af52ee4..83ac5cd96 100644 --- a/tests/selenium/specs/search_loggedin.js +++ b/tests/selenium/specs/search_loggedin.js @@ -16,7 +16,8 @@ const { // @test2.m.wikipedia.org @vagrant @login describe( 'Search', () => { - it( 'Clicking on a watchstar toggles the watchstar', async () => { + // FIXME: T334634 + it.skip( 'Clicking on a watchstar toggles the watchstar', async () => { await iAmUsingTheMobileSite(); await pageExists( 'Selenium search test' ); await iAmLoggedIntoTheMobileWebsite();