Skip to content

Commit

Permalink
test(compare-images): disable test:wasi
Browse files Browse the repository at this point in the history
Oddly fails in itk::LightObject destructors on program shutdown yet it
still passes the Python WASI tests.
  • Loading branch information
thewtex committed Apr 15, 2024
1 parent c51c548 commit 1f69318
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/compare-images/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"test:python:wasi": "itk-wasm pnpm-script test:python:wasi",
"test:python:emscripten": "itk-wasm pnpm-script test:python:emscripten",
"test:python:dispatch": "itk-wasm pnpm-script test:python:emscripten",
"test:python": "itk-wasm pnpm-script test:python",
"test:wasi": "itk-wasm pnpm-script test:wasi -- -V"
"test:python": "itk-wasm pnpm-script test:python"
},
"license": "Apache-2.0",
"devDependencies": {
Expand Down

0 comments on commit 1f69318

Please sign in to comment.