Skip to content

Commit e59ef76

Browse files
committed
test: disable wasm tests
1 parent b21cf87 commit e59ef76

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ jobs:
8888
npm test
8989
9090
tests:
91-
# lint-python takes ~5 seconds, so wait for it to pass before running the full matrix of tests.
92-
needs: [lint-python]
9391
strategy:
9492
fail-fast: false
9593
max-parallel: 11
@@ -101,7 +99,7 @@ jobs:
10199
- os: macos-13
102100
python: "3.13"
103101
node: 23.x
104-
- os: ubuntu-24.04-arm
102+
- os: ubuntu-24.04-arm
105103
python: "3.13"
106104
node: 23.x
107105
- os: windows-2025

.github/workflows/visual-studio.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
branches: [ main ]
77
pull_request:
88
branches: [ main ]
9+
workflow_dispatch:
910

1011
permissions:
1112
contents: read # to fetch code (actions/checkout)

test/test-windows-make.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ function quote (path) {
7575
}
7676

7777
describe('windows-cross-compile', function () {
78-
it('build simple node-api addon', async function () {
78+
// Visual Studio Clang removed wasm support in the latest VS2022.
79+
it.skip('build simple node-api addon', async function () {
7980
if (process.platform !== 'win32') {
8081
return this.skip('This test is only for windows')
8182
}

0 commit comments

Comments
 (0)