chore(repo): disable failing e2e test (#21690)

This commit is contained in:
Jason Jean 2024-02-07 18:17:30 -05:00 committed by GitHub
parent a6ceef6b98
commit 202f141778
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}`);