Skip to content

Commit ea63c4a

Browse files
Add link to related node-addon-api issue.
1 parent c70e86a commit ea63c4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/unit/socket-process-exit-test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import {assert} from "chai"
44
import {createProcess, uniqAddress} from "./helpers"
55

66
describe("socket process exit", function() {
7+
/* Reported: https://github.com/nodejs/node-addon-api/issues/591 */
78
it.skip("should occur cleanly when sending in exit hook", async function() {
89
this.slow(200)
910
const code = await createProcess(async () => {

0 commit comments

Comments
 (0)