diff --git a/tests/cypress/e2e/tests/ve-cite/wt2017Integration.cy.js b/tests/cypress/e2e/tests/ve-cite/wt2017Integration.cy.js index 08f8bb584..54580454c 100644 --- a/tests/cypress/e2e/tests/ve-cite/wt2017Integration.cy.js +++ b/tests/cypress/e2e/tests/ve-cite/wt2017Integration.cy.js @@ -69,7 +69,8 @@ describe( 'Visual Editor Wt 2017 Cite Integration', () => { } ); - it( 'should be able to create a VE-Cite tool template', () => { + // Disable flaky test T377666 + it.skip( 'should be able to create a VE-Cite tool template', () => { // FIXME: Replace this wait with a trigger when VE is fully initialized. cy.wait( 1000 ); if ( usesCitoid ) {