New comment by Dko1905 on void-packages repository https://github.com/void-linux/void-packages/pull/33037#issuecomment-924302377 Comment: The `COV_SKIP_TESTS` variable does not seem to work, the skipped tests are still run, and I can see in the logs that the `--skip-tests=` is empty in the Makefile.
Snippet from log: ``` 2021-09-21T14:45:17.1874570Z if [ ! -r node ] || [ ! -L node ]; then \ 2021-09-21T14:45:17.1875203Z ln -fs out/Release/node node; fi 2021-09-21T14:45:17.1903062Z /usr/bin/python3.9 tools/test.py -J --mode=release \ 2021-09-21T14:45:17.1903517Z \ 2021-09-21T14:45:17.1903969Z --skip-tests= \ 2021-09-21T14:45:17.1904315Z default \ 2021-09-21T14:45:17.1904850Z addons js-native-api node-api ``` And I think you're right about llhttp breaking, if we merge 6.x.