backlinks.cy.js: Disable flaky test

Depends-On: I3bacc2aff3d36719133554a8f70d50a3790b84e4
Bug: T368267
Change-Id: I7344e51348f32b2fdf541e59df7e74af85425fa0
This commit is contained in:
Kosta Harlan 2024-11-15 20:18:53 +01:00
parent 1fa7271beb
commit 724b367f86

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' );
} );