Skip to content

Commit f1414a1

Browse files
dgp1130clydin
authored andcommitted
test: re-enable WTR test
This was disabled due to an issue with Puppeteer and Bazel which has been resolved by a simple version update. (cherry picked from commit 9963417)
1 parent 9320b65 commit f1414a1

File tree

1 file changed

+0
-3
lines changed
  • tests/legacy-cli/e2e/tests/web-test-runner

1 file changed

+0
-3
lines changed

tests/legacy-cli/e2e/tests/web-test-runner/basic.ts

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

44
export default async function () {
5-
// Temporary disable this test until we fix it.
6-
return;
7-
85
await applyWtrBuilder();
96

107
const { stderr } = await noSilentNg('test');

0 commit comments

Comments
 (0)