diff --git a/e2e/cypress/src/cypress-legacy.test.ts b/e2e/cypress/src/cypress-legacy.test.ts index e34fb5352d..744ea99ee3 100644 --- a/e2e/cypress/src/cypress-legacy.test.ts +++ b/e2e/cypress/src/cypress-legacy.test.ts @@ -16,7 +16,8 @@ describe('Cypress E2E Test runner (legacy)', () => { afterAll(() => cleanupProject()); - it( + // TODO(@leo): Please investigate why this test is flaky + xit( 'should run e2e in parallel', async () => { const ngApp1 = uniq('ng-app1');