Skip to content

Commit

Permalink
test: temporary disable Jest E2E tests
Browse files Browse the repository at this point in the history
More context in angular/angular#52505
  • Loading branch information
alan-agius4 committed Nov 3, 2023
1 parent 6d8d948 commit 15a3a5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/legacy-cli/e2e/tests/jest/basic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ import { applyJestBuilder } from '../../utils/jest';
import { ng } from '../../utils/process';

export default async function (): Promise<void> {
// TODO(alanagius): enable once https://github.com/angular/angular/pull/52505 is released.
return;

await applyJestBuilder();

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

0 comments on commit 15a3a5c

Please sign in to comment.