Temporarily skip broken Selenium test
authorDaimona Eaytoy <daimona.wiki@gmail.com>
Sun, 15 Jul 2018 13:35:11 +0000 (15:35 +0200)
committerDaimona Eaytoy <daimona.wiki@gmail.com>
Sun, 15 Jul 2018 13:42:05 +0000 (15:42 +0200)
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

tests/selenium/specs/specialrecentchanges.js

index ce3ef0d..4328d3f 100644 (file)
@@ -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();