From: Daimona Eaytoy Date: Sun, 15 Jul 2018 13:35:11 +0000 (+0200) Subject: Temporarily skip broken Selenium test X-Git-Tag: 1.34.0-rc.0~4763 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=6a17d6b3a163db1bb88528aaf26684c91c474947 Temporarily skip broken Selenium test This test was already flaky and was fixed in I1fd0c49263e975c6b24e2e1f9a072486a6565dda. However, this caused failures on several repos. Temporarily disable it until we'll get it to work properly. Bug: T199644 Change-Id: I88be83e01eb1789f28f09fc4a0be7ea17f402858 --- diff --git a/tests/selenium/specs/specialrecentchanges.js b/tests/selenium/specs/specialrecentchanges.js index ce3ef0dcef..4328d3f49e 100644 --- a/tests/selenium/specs/specialrecentchanges.js +++ b/tests/selenium/specs/specialrecentchanges.js @@ -13,7 +13,8 @@ describe( 'Special:RecentChanges', function () { name = Util.getTestString(); } ); - it( 'shows page creation', function () { + // Skip due to failures on many repos (T199644) + it.skip( 'shows page creation', function () { EditPage.edit( name, content ); RecentChangesPage.open();