We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ceef6 commit 202f141Copy full SHA for 202f141
e2e/nx-run/src/cache.test.ts
@@ -18,7 +18,8 @@ describe('cache', () => {
18
19
afterEach(() => cleanupProject());
20
21
- it('should cache command execution', async () => {
+ // TODO(@Cammisuli): This test is flaky and needs to be investigated
22
+ xit('should cache command execution', async () => {
23
const myapp1 = uniq('myapp1');
24
const myapp2 = uniq('myapp2');
25
runCLI(`generate @nx/web:app ${myapp1}`);
0 commit comments