Merge "backlinks.cy.js: Disable flaky test"

This commit is contained in:
jenkins-bot 2024-11-15 21:20:04 +00:00 committed by Gerrit Code Review
commit aea41f900f

View file

@ -19,7 +19,8 @@ describe( 'Cite backlinks test', () => {
helper.waitForModuleReady( 'ext.cite.ux-enhancements' );
} );
it( 'hides clickable up arrow by default when there are multiple backlinks', () => {
// T368267
it.skip( 'hides clickable up arrow by default when there are multiple backlinks', () => {
helper.getCiteMultiBacklink( 1 ).should( 'not.exist' );
} );