Skip to content

test: skip SEA tests when SEA generation fails

Rodrigo Muino Tomonari requested to merge github/fork/joyeecheung/skip-sea into main

In the SEA tests, if any of these steps fail:

  1. Copy the executable
  2. Inject the SEA blob
  3. Signing the SEA

We skip the test because the error likely comes from the system or postject and is not something the Node.js core can fix. We only leave an exception for a basic test that test injecting empty files as SEA to ensure the workflow is working (but we still skip if copying fails or signing fails on Windows).

Refs: https://github.com/nodejs/node/issues/49630

Merge request reports

Loading