Skip to content

Commit 202f141

Browse files
authored
chore(repo): disable failing e2e test (#21690)
1 parent a6ceef6 commit 202f141

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

e2e/nx-run/src/cache.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ describe('cache', () => {
1818

1919
afterEach(() => cleanupProject());
2020

21-
it('should cache command execution', async () => {
21+
// TODO(@Cammisuli): This test is flaky and needs to be investigated
22+
xit('should cache command execution', async () => {
2223
const myapp1 = uniq('myapp1');
2324
const myapp2 = uniq('myapp2');
2425
runCLI(`generate @nx/web:app ${myapp1}`);

0 commit comments

Comments
 (0)