From: Reedy Date: Thu, 12 Mar 2020 23:38:21 +0000 (+0000) Subject: Disable even more flaky/broken selenium tests X-Git-Tag: 1.31.7~5 X-Git-Url: http://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=82ffec0c97354a7694eb1758ef943f312ed64f0e Disable even more flaky/broken selenium tests Bug: T247580 Change-Id: I0004e97bb7de8586ee1b5c246776cccaf4f21c77 --- diff --git a/tests/selenium/specs/page.js b/tests/selenium/specs/page.js index 376dce5975..83d17e16eb 100644 --- a/tests/selenium/specs/page.js +++ b/tests/selenium/specs/page.js @@ -27,7 +27,8 @@ describe( 'Page', function () { name = getTestString(); } ); - it( 'should be creatable', function () { + // Disable due to broken/flakiness (T247580) + it.skip( 'should be creatable', function () { // create EditPage.edit( name, content ); @@ -38,7 +39,8 @@ describe( 'Page', function () { } ); - it( 'should be re-creatable', function () { + // Disable due to broken/flakiness (T247580) + it.skip( 'should be re-creatable', function () { let initialContent = getTestString(); // create @@ -60,7 +62,8 @@ describe( 'Page', function () { } ); - it( 'should be editable', function () { + // Disable due to broken/flakiness (T247580) + it.skip( 'should be editable', function () { // create browser.call( function () { @@ -89,7 +92,8 @@ describe( 'Page', function () { } ); - it( 'should be deletable', function () { + // Disable due to broken/flakiness (T247580) + it.skip( 'should be deletable', function () { // login UserLoginPage.loginAdmin(); @@ -110,7 +114,8 @@ describe( 'Page', function () { } ); - it( 'should be restorable', function () { + // Disable due to broken/flakiness (T247580) + it.skip( 'should be restorable', function () { // login UserLoginPage.loginAdmin();