Skip to content

Commit cb090d6

Browse files
committed
test: temporary disable Jest E2E tests
More context in angular/angular#52505 (cherry picked from commit 5f14bf3)
1 parent 16428fc commit cb090d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/legacy-cli/e2e/tests/jest/basic.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ import { applyJestBuilder } from '../../utils/jest';
22
import { ng } from '../../utils/process';
33

44
export default async function (): Promise<void> {
5+
// TODO(alanagius): enable once https://github.com/angular/angular/pull/52505 is released.
6+
return;
7+
58
await applyJestBuilder();
69

710
const { stderr } = await ng('test');

0 commit comments

Comments
 (0)