mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
06e5afa948
Refs: https://github.com/nodejs/node/pull/24557#issuecomment-444284512 PR-URL: https://github.com/nodejs/node/pull/24839 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
12 lines
355 B
Plaintext
12 lines
355 B
Plaintext
prefix node-api
|
|
|
|
# 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]
|
|
# https://github.com/nodejs/node/issues/23621
|
|
test_threadsafe_function/test: PASS,FLAKY
|