From 3d627fe7317fccc60727cb6009ffe3448e5702a2 Mon Sep 17 00:00:00 2001 From: Jon Robson Date: Wed, 12 Jul 2023 15:36:25 -0700 Subject: [PATCH] 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 --- tests/selenium/specs/reference_previews.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/selenium/specs/reference_previews.js b/tests/selenium/specs/reference_previews.js index 97f543053..04f334e41 100644 --- a/tests/selenium/specs/reference_previews.js +++ b/tests/selenium/specs/reference_previews.js @@ -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(); }