diff --git a/cypress/e2e/tests/ve-cite/reuseRefs.cy.js b/cypress/e2e/tests/ve-cite/reuseRefs.cy.js index df58fbb18..eb58fde22 100644 --- a/cypress/e2e/tests/ve-cite/reuseRefs.cy.js +++ b/cypress/e2e/tests/ve-cite/reuseRefs.cy.js @@ -12,7 +12,7 @@ function getTestString( prefix = 'CiteTest-reuseRefs' ) { return prefix; } -describe( 'Re-using refs in Visual Editor', () => { +describe.skip( 'Re-using refs in Visual Editor', () => { beforeEach( () => { const title = getTestString( 'CiteTest-title' ); const encodedTitle = encodeURIComponent( title );