mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
test: reduce stack size for test-error-serdes
Hopefully reduces the run time and the likelihood of the test failing with a flaky timeout error. remove test-error-serdes from flaky list move test-error-serdes to sequential PR-URL: https://github.com/nodejs/node/pull/54840 Refs: https://github.com/nodejs/node/issues/52630 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: LiviaMedeiros <livia@cirno.name> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
This commit is contained in:
parent
53cdffea20
commit
37834997ff
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Flags: --expose-internals
|
||||
// Flags: --expose-internals --stack-size=64
|
||||
'use strict';
|
||||
require('../common');
|
||||
const assert = require('assert');
|
Loading…
Reference in New Issue
Block a user