diff --git a/e2e/nx-run/src/cache.test.ts b/e2e/nx-run/src/cache.test.ts index 950415e7b3b7f..f47cd399762a0 100644 --- a/e2e/nx-run/src/cache.test.ts +++ b/e2e/nx-run/src/cache.test.ts @@ -18,7 +18,8 @@ describe('cache', () => { afterEach(() => cleanupProject()); - it('should cache command execution', async () => { + // TODO(@Cammisuli): This test is flaky and needs to be investigated + xit('should cache command execution', async () => { const myapp1 = uniq('myapp1'); const myapp2 = uniq('myapp2'); runCLI(`generate @nx/web:app ${myapp1}`);