Let 'shows page creation' test be skipped
authorStephane Bisson <sbisson@wikimedia.org>
Thu, 12 Jul 2018 12:34:56 +0000 (08:34 -0400)
committerKunal Mehta <legoktm@member.fsf.org>
Fri, 13 Jul 2018 01:52:57 +0000 (18:52 -0700)
Troubleshooting can happen in parallel without blocking
unrelated work from being merged.

Bug: T198137
Change-Id: Ie84a868a580968ff99ff6879050080c6495fa72a

tests/selenium/specs/specialrecentchanges.js

index ee06971..218e67a 100644 (file)
@@ -13,7 +13,8 @@ describe( 'Special:RecentChanges', function () {
                name = Util.getTestString();
        } );
 
-       it( 'shows page creation', function () {
+       // Disabled because flaky (T198137)
+       it.skip( 'shows page creation', function () {
                browser.call( function () {
                        return Api.edit( name, content );
                } );