Skip to content

Commit

Permalink
test: mark tests as flaky as intermediate step
Browse files Browse the repository at this point in the history
We have a few http2 issues that are currently resolved. Until they
are, just mark these two tests as flaky.

PR-URL: #20835
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
  • Loading branch information
BridgeAR authored and MylesBorins committed May 22, 2018
1 parent b308a07 commit e7c2616
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/parallel/parallel.status
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ prefix parallel
# Postmortem debugging data is prone to accidental removal during V8 updates.
test-postmortem-metadata: PASS,FLAKY

# http2 has a few bugs that make these tests flaky and that are currently worked
# on.
test-http2-client-upload-reject: PASS,FLAKY
test-http2-pipe: PASS,FLAKY
test-http2-client-upload: PASS,FLAKY

[$system==win32]

[$system==linux]
Expand Down

0 comments on commit e7c2616

Please sign in to comment.