Skip to content

Commit

Permalink
Skip cmdline runner tests in node-nodylink test
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodmane committed Oct 5, 2023
1 parent c9a339f commit 8712bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ workflows:

- test-main:
name: test-core-node-nodylink
test-params: --runtime=node-no-host -m 'not requires_dynamic_linking' src packages/micropip packages/fpcast-test packages/sharedlib-test-py/ packages/cpp-exceptions-test/ pyodide-build/pyodide_build/tests
test-params: --runtime=node-no-host -m 'not requires_dynamic_linking' -k "not cmdline_runner" src packages/micropip packages/fpcast-test packages/sharedlib-test-py/ packages/cpp-exceptions-test/ pyodide-build/pyodide_build/tests
requires:
- build-core-nodylink
filters:
Expand Down

0 comments on commit 8712bcb

Please sign in to comment.