Commit bf9873f
committed
ci: skip pipeline.js on Node 18 in the native test matrix
Node 18 lacks --test-force-exit (the wasm exporter keeps the event loop alive
after a flush) and the wasm HTTP client leaves a mock-agent socket open that
node:test cannot drain there, so test/pipeline.js cannot exit cleanly on Node
18. Skip it on a Node without --test-force-exit. The pipeline wasm is fully
covered by the build-test-wasm job and the Node 20/22/24/26 runs here, so this
loses no real coverage (it is platform/Node-independent wasm).1 parent 0857256 commit bf9873f
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
35 | 44 | | |
36 | 45 | | |
37 | 46 | | |
| |||
0 commit comments