mirror of
https://github.com/nodejs/node.git
synced 2025-08-17 06:38:47 +02:00

I tested running the test case 100k times on the AIX ci machine and was unable to re-produce the error. Also it has not showed up recently as flaky on the ci. I suggest we mark this as un-flaky. ref: https://github.com/nodejs/node/issues/50245#issuecomment-1924738357 PR-URL: https://github.com/nodejs/node/pull/51995 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
23 lines
497 B
Text
23 lines
497 B
Text
prefix async-hooks
|
|
|
|
# To mark a test as flaky, list the test name in the appropriate section
|
|
# below, without ".js", followed by ": PASS,FLAKY". Example:
|
|
# sample-test : PASS,FLAKY
|
|
|
|
[true] # This section applies to all platforms
|
|
|
|
[$system==win32]
|
|
|
|
[$system==linux]
|
|
|
|
[$system==macos]
|
|
|
|
[$arch==arm || $arch==arm64]
|
|
|
|
[$system==solaris] # Also applies to SmartOS
|
|
# https://github.com/nodejs/node/issues/43457
|
|
test-callback-error: PASS, FLAKY
|
|
|
|
[$system==freebsd]
|
|
|
|
[$system==aix]
|