summaryrefslogtreecommitdiff
path: root/test/parallel/parallel.status
diff options
context:
space:
mode:
authorLuigi Pinca <luigipinca@gmail.com>2019-04-26 16:11:14 +0200
committerRich Trott <rtrott@gmail.com>2019-05-02 00:19:39 -0700
commitbc0a33070f48eb2bba99990f367a455c2ca4fcf7 (patch)
tree5dc17c534f84e406294b397adb06c0508914c310 /test/parallel/parallel.status
parente5c8be2bd0f34ea9b579164ac053fcd30b98d213 (diff)
downloadandroid-node-v8-bc0a33070f48eb2bba99990f367a455c2ca4fcf7.tar.gz
android-node-v8-bc0a33070f48eb2bba99990f367a455c2ca4fcf7.tar.bz2
android-node-v8-bc0a33070f48eb2bba99990f367a455c2ca4fcf7.zip
test: refactor and deflake test-tls-sni-server-client
- Run all tests in parallel. - Move `socket.end()` call to client. - Use `common.mustCall()` and `common.mustNotCall()`. Fixes: https://github.com/nodejs/node/issues/27219 Refs: https://github.com/nodejs/node/pull/27300 PR-URL: https://github.com/nodejs/node/pull/27426 Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'test/parallel/parallel.status')
-rw-r--r--test/parallel/parallel.status2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status
index b1b4f4d40f..e234c1b256 100644
--- a/test/parallel/parallel.status
+++ b/test/parallel/parallel.status
@@ -23,8 +23,6 @@ test-http2-client-upload-reject: PASS,FLAKY
[$system==linux]
[$system==macos]
-# https://github.com/nodejs/node/issues/27219
-test-tls-sni-server-client: PASS,FLAKY
# https://github.com/nodejs/node/issues/26938
test-tls-js-stream: PASS,FLAKY