Skip to content

Commit

Permalink
test: re-enable WTR test
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
dgp1130 authored and clydin committed Jun 13, 2024
1 parent 9320b65 commit f1414a1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/legacy-cli/e2e/tests/web-test-runner/basic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ import { noSilentNg } from '../../utils/process';
import { applyWtrBuilder } from '../../utils/web-test-runner';

export default async function () {
// Temporary disable this test until we fix it.
return;

await applyWtrBuilder();

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

0 comments on commit f1414a1

Please sign in to comment.