File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,10 @@ prefix parallel
5
5
# sample-test : PASS,FLAKY
6
6
7
7
[true] # This section applies to all platforms
8
- # https://github.com/nodejs/node/issues/21038
8
+ # https://github.com/nodejs/node/issues/22865
9
9
test-trace-events-fs-sync: PASS,FLAKY
10
+ # https://github.com/nodejs/node/issues/23207
11
+ test-net-connect-options-port: PASS,FLAKY
10
12
11
13
[$system==win32]
12
14
test-http2-pipe: PASS,FLAKY
Original file line number Diff line number Diff line change @@ -8,8 +8,19 @@ prefix sequential
8
8
# This test will be flaky until https://github.com/libuv/libuv/pull/1742 lands
9
9
# on Node.js.
10
10
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
11
21
12
22
[$system==win32]
23
+ # https://github.com/nodejs/node/issues/22327
13
24
test-http2-large-file: PASS, FLAKY
14
25
15
26
[$system==linux]
You can’t perform that action at this time.
0 commit comments