Skip to content

Commit 1d56ad0

Browse files
committed
test: mark some flakes
PR-URL: #23208 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent f4e4ef5 commit 1d56ad0

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

test/parallel/parallel.status

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ prefix parallel
55
# sample-test : PASS,FLAKY
66

77
[true] # This section applies to all platforms
8-
# https://github.com/nodejs/node/issues/21038
8+
# https://github.com/nodejs/node/issues/22865
99
test-trace-events-fs-sync: PASS,FLAKY
10+
# https://github.com/nodejs/node/issues/23207
11+
test-net-connect-options-port: PASS,FLAKY
1012

1113
[$system==win32]
1214
test-http2-pipe: PASS,FLAKY

test/sequential/sequential.status

+11
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,19 @@ prefix sequential
88
# This test will be flaky until https://github.com/libuv/libuv/pull/1742 lands
99
# on Node.js.
1010
test-fs-readfile-tostring-fail: PASS, FLAKY
11+
# https://github.com/nodejs/node/issues/23066
12+
test-gc-http-client-timeout: PASS, FLAKY
13+
# https://github.com/nodejs/node/issues/22336
14+
test-gc-http-client: PASS,FLAKY
15+
# https://github.com/nodejs/node/issues/23067
16+
test-gc-net-timeout: PASS,FLAKY
17+
# https://github.com/nodejs/node/issues/23089
18+
test-gc-http-client-onerror: PASS,FLAKY
19+
# https://github.com/nodejs/node/issues/23219
20+
test-gc-http-client-connaborted: PASS,FLAKY
1121

1222
[$system==win32]
23+
# https://github.com/nodejs/node/issues/22327
1324
test-http2-large-file: PASS, FLAKY
1425

1526
[$system==linux]

0 commit comments

Comments
 (0)