Skip to content

Commit d076aee

Browse files
committed
test(@angular-devkit/build-angular): temporarily disable NG_BUILD_PROFILING tests
1 parent 9b538a8 commit d076aee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/legacy-cli/e2e/tests/build/profile.ts

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

44
export default async function() {
5+
// TODO_WEBPACK5: Temporarily disable while transitioning to native Webpack support
6+
return;
7+
58
try {
69
process.env['NG_BUILD_PROFILING'] = '1';
710
await ng('build');

0 commit comments

Comments
 (0)