Skip to content

Commit 9963417

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.
1 parent 504dfa9 commit 9963417

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

-3
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)