Skip to content

Commit

Permalink
src: fix memory leak for v8.serialize
Browse files Browse the repository at this point in the history
nodejs/node#42695

This test does not work for Electron as they do not use V8's
ArrayBufferAllocator.
  • Loading branch information
codebytere committed Aug 25, 2022
1 parent 4829355 commit b9becbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/node-disabled-tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
"parallel/test-webcrypto-sign-verify-eddsa",
"parallel/test-worker-debug",
"parallel/test-worker-stdio",
"parallel/test-v8-serialize-leak",
"parallel/test-zlib-unused-weak",
"report/test-report-fatal-error",
"report/test-report-getreport",
Expand Down

0 comments on commit b9becbe

Please sign in to comment.