diff --git a/e2e/cypress/src/cypress-legacy.test.ts b/e2e/cypress/src/cypress-legacy.test.ts index 8630c91f93d05..118267b80924b 100644 --- a/e2e/cypress/src/cypress-legacy.test.ts +++ b/e2e/cypress/src/cypress-legacy.test.ts @@ -9,7 +9,8 @@ import { const TEN_MINS_MS = 600_000; -describe('Cypress E2E Test runner (legacy)', () => { +// TODO(colum): Re-enable after investigation into Cypress 13.12 and Xvfb +xdescribe('Cypress E2E Test runner (legacy)', () => { beforeAll(() => { newProject({ packages: ['@nx/angular', '@nx/react'] }); });