Skip to content

Commit

Permalink
test: update skip for moved test-wasm-web-api
Browse files Browse the repository at this point in the history
`test-wasm-web-api` was moved from `test/parallel` to `test/es-modules`.
Update the status files for parallel and es-modules accordingly.

Refs: #49869
Refs: #47299
Refs: #47297
PR-URL: #49958
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
  • Loading branch information
richardlau committed Sep 30, 2023
1 parent f05d6d0 commit 6c9625d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions test/es-module/es-module.status
Expand Up @@ -9,3 +9,7 @@ prefix es-module
[$system==linux || $system==freebsd]
# https://github.com/nodejs/node/issues/47836
test-esm-loader-http-imports: PASS,FLAKY

[$arch==arm || $arch==arm64]
# https://github.com/nodejs/node/issues/47297
test-wasm-web-api: SKIP
2 changes: 0 additions & 2 deletions test/parallel/parallel.status
Expand Up @@ -36,8 +36,6 @@ test-http-server-request-timeouts-mixed: PASS,FLAKY
# https://github.com/nodejs/node/pull/31178
test-crypto-dh-stateless: SKIP
test-crypto-keygen: SKIP
# https://github.com/nodejs/node/issues/47297
test-wasm-web-api: SKIP

[$system==solaris] # Also applies to SmartOS
# https://github.com/nodejs/node/issues/43457
Expand Down

0 comments on commit 6c9625d

Please sign in to comment.