mirror of https://github.com/nodejs/node.git
test: mark additional tests as flaky on Windows
Basically, any of the tests that failed in the runs for https://github.com/nodejs/node/pull/31602 which was not already marked as flaky. PR-URL: https://github.com/nodejs/node/pull/31606 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
This commit is contained in:
parent
06deb94714
commit
9528f95336
|
@ -7,6 +7,8 @@ prefix async-hooks
|
|||
[true] # This section applies to all platforms
|
||||
|
||||
[$system==win32]
|
||||
# https://github.com/nodejs/node/issues/29852
|
||||
test-statwatcher: PASS,FLAKY
|
||||
|
||||
[$system==linux]
|
||||
|
||||
|
|
|
@ -21,6 +21,13 @@ test-http2-compat-client-upload-reject: PASS,FLAKY
|
|||
test-http2-multistream-destroy-on-read-tls: PASS,FLAKY
|
||||
# https://github.com/nodejs/node/issues/20750
|
||||
test-http2-pipe: PASS,FLAKY
|
||||
# https://github.com/nodejs/node/issues/20750
|
||||
# https://github.com/nodejs/node/pull/31590
|
||||
test-http2-stream-destroy-event-order: PASS,FLAKY
|
||||
# https://github.com/nodejs/node/issues/20750
|
||||
test-stream-pipeline-http2: PASS,FLAKY
|
||||
# https://github.com/nodejs/node/issues/24497
|
||||
test-timers-immediate-queue: PASS,FLAKY
|
||||
# https://github.com/nodejs/node/issues/23277
|
||||
test-worker-memory: PASS,FLAKY
|
||||
# https://github.com/nodejs/node/issues/30846
|
||||
|
|
Loading…
Reference in New Issue