Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test: mark http2 tests as flaky on 10.x
These tests are already marked as flaky on 12.x and master.

PR-URL: #31887
Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
  • Loading branch information
AshCripps authored and BethGriggs committed Feb 24, 2020
commit a8fd8a1a61950a2e3d926e812cf4743b23f27f1b
8 changes: 8 additions & 0 deletions test/parallel/parallel.status
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ test-net-connect-options-port: PASS,FLAKY
test-trace-events-api-worker-disabled: PASS,FLAKY

[$system==win32]
# https://github.com/nodejs/node/issues/20750
test-http2-client-upload: PASS,FLAKY
# https://github.com/nodejs/node/issues/20750
test-http2-client-upload-reject: PASS,FLAKY
# https://github.com/nodejs/node/issues/30847
test-http2-compat-client-upload-reject: PASS,FLAKY
# https://github.com/nodejs/node/issues/30845
test-http2-multistream-destroy-on-read-tls: PASS,FLAKY
test-http2-pipe: PASS,FLAKY
test-worker-syntax-error: PASS,FLAKY
test-worker-syntax-error-file: PASS,FLAKY
Expand Down