diff --git a/tests/cypress/e2e/tests/backlinks.cy.js b/tests/cypress/e2e/tests/backlinks.cy.js index 2e6e46bf6..6b60018f2 100644 --- a/tests/cypress/e2e/tests/backlinks.cy.js +++ b/tests/cypress/e2e/tests/backlinks.cy.js @@ -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' ); } );