Skip to content

Commit

Permalink
test: mark http2 tests as flaky on 10.x
Browse files Browse the repository at this point in the history
These tests are already marked as flaky on 12.x and master.

PR-URL: #31887
Reviewed-By: Beth Griggs <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
  • Loading branch information
AshCripps authored and BethGriggs committed Feb 24, 2020
1 parent 2315270 commit a8fd8a1
Showing 1 changed file with 8 additions and 0 deletions.
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

0 comments on commit a8fd8a1

Please sign in to comment.