Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: update skip for moved test-wasm-web-api #49958

Merged
merged 1 commit into from
Sep 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions test/es-module/es-module.status
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,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
Loading