Skip to content

Commit c74ec35

Browse files
committed
test(nx-payload): temporary disable slow tests until properly fixed
closed COD-337
1 parent 1ee3104 commit c74ec35

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/nx-payload/src/generators/application/application.spec.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ import { payloadTargets } from '../../utils/definitions';
77
import { applicationGenerator } from './application';
88
import type { AppGeneratorSchema } from './schema';
99

10-
describe('application generator', () => {
10+
// 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', () => {
1115
let tree: Tree;
1216
const options: AppGeneratorSchema = {
1317
directory: 'apps/test-dir',

0 commit comments

Comments
 (0)