Skip to content

Commit

Permalink
chore(repo): disable failing e2e test (#21690)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz authored Feb 7, 2024
1 parent a6ceef6 commit 202f141
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2e/nx-run/src/cache.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}`);
Expand Down

0 comments on commit 202f141

Please sign in to comment.