Skip flakey Selenium test for now

This test is failing regularly on the daily build. I manually
checked and could see no problems with the functionality:
https://integration.wikimedia.org/ci/job/selenium-daily-beta-Popups/

Bug: T341763
Change-Id: Id3a3a1c16c400796467496d8934fdff7a14be9fb
This commit is contained in:
Jon Robson 2023-07-12 15:36:25 -07:00 committed by Jdlrobson
parent 6b659443b5
commit 3d627fe731

View file

@ -36,7 +36,8 @@ describe( 'Dwelling on a valid reference link', function () {
assert( page.doNotSeeReferencePreview(), 'Reference preview is kept hidden.' );
} );
it( 'References with lots of text are scrollable and fades', function () {
// Skipped due to T341763
it.skip( 'References with lots of text are scrollable and fades', function () {
if ( !page.hasReferencePopupsEnabled() ) {
this.skip();
}