mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
This test has been failing occasionally for weeks. Refs: https://github.com/nodejs/node/issues/47836 Refs: https://github.com/nodejs/reliability/issues/564 PR-URL: https://github.com/nodejs/node/pull/47987 Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
12 lines
375 B
Plaintext
12 lines
375 B
Plaintext
prefix es-module
|
|
|
|
# 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==linux || $system==freebsd]
|
|
# https://github.com/nodejs/node/issues/47836
|
|
test-esm-loader-http-imports: PASS,FLAKY
|