diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index e95b579e71da14..f47a42b7a4ccc2 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -16,9 +16,6 @@ test-worker-arraybuffer-zerofill: PASS, FLAKY # https://github.com/nodejs/node/issues/51862 test-fs-read-stream-concurrent-reads: PASS, FLAKY -# https://github.com/nodejs/node/issues/52630 -test-error-serdes: PASS, FLAKY - # Until V8 provides a better way to check for flag mismatch without # making the code cache/snapshot unreproducible, disable the test # for a preemptive check now. It should idealy fail more gracefully diff --git a/test/parallel/test-error-serdes.js b/test/sequential/test-error-serdes.js similarity index 99% rename from test/parallel/test-error-serdes.js rename to test/sequential/test-error-serdes.js index da09e6ed0a4d9f..bced9cf40b7326 100644 --- a/test/parallel/test-error-serdes.js +++ b/test/sequential/test-error-serdes.js @@ -1,4 +1,4 @@ -// Flags: --expose-internals +// Flags: --expose-internals --stack-size=64 'use strict'; require('../common'); const assert = require('assert');