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 1ee3104 commit c74ec35Copy full SHA for c74ec35
packages/nx-payload/src/generators/application/application.spec.ts
@@ -7,7 +7,11 @@ import { payloadTargets } from '../../utils/definitions';
7
import { applicationGenerator } from './application';
8
import type { AppGeneratorSchema } from './schema';
9
10
-describe('application generator', () => {
+// Temporary disable until we've found a way to run the tests without disabling the daemon.
11
+// Currently the tests runs on the real filesystem which is a test anti-pattern and makes the tests slow.
12
+// Should be fixed in COD-274.
13
+
14
+describe.skip('application generator', () => {
15
let tree: Tree;
16
const options: AppGeneratorSchema = {
17
directory: 'apps/test-dir',
0 commit comments