From e0eb111e3e2f76d16682559780baa3d756ed0df7 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Mon, 25 Jan 2021 16:02:03 +0100 Subject: Revert "tests: enable wpt for url (#9046)" (#9264) This reverts commit 66e99d349b31f5cd30b868d80ebdab6ba749fd96. --- .github/workflows/ci.yml | 10 ---------- 1 file changed, 10 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5fc1aa81..cb3a9e440 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -224,16 +224,6 @@ jobs: echo $(git rev-parse HEAD) > canary-latest.txt gsutil cp canary-latest.txt gs://dl.deno.land/canary-latest.txt - - name: Configure hosts file for WPT (unix) - if: runner.os != 'Windows' - run: ./wpt make-hosts-file | sudo tee -a /etc/hosts - working-directory: test_util/wpt/ - - - name: Configure hosts file for WPT (windows) - if: runner.os == 'Windows' - working-directory: test_util/wpt/ - run: python wpt make-hosts-file | Out-File $env:SystemRoot\System32\drivers\etc\hosts -Encoding ascii -Append - - name: Test release if: matrix.kind == 'test_release' run: cargo test --release --locked --all-targets -- cgit v1.2.3