Skip to content

Commit

Permalink
test: move pummel tls test to sequential
Browse files Browse the repository at this point in the history
Move test-tls-session-timeout from pummel to sequential. It isn't very
pummel-y and this will result in it being run on our CI more than once a
day. (It broke recently and it would have been caught if it was in
sequential rather than pummel.)

It must be in sequential rather than pummel because it uses
`common.PORT` which can result in test failures if more than one test
uses it at one time in parallel.

PR-URL: nodejs#26865
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Sam Roberts <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
  • Loading branch information
Trott committed Mar 22, 2019
1 parent cc89e68 commit 7d201c4
Showing 1 changed file with 0 additions and 0 deletions.
File renamed without changes.

0 comments on commit 7d201c4

Please sign in to comment.