From 351a252db5156521ef50807ab5bc2301836dca9d Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Fri, 26 Apr 2019 14:52:45 +0200 Subject: [PATCH] test: remove flaky designation for test-tls-sni-option Refs: https://github.com/nodejs/node/pull/27300 PR-URL: https://github.com/nodejs/node/pull/27425 Reviewed-By: Colin Ihrig Reviewed-By: Yongsheng Zhang Reviewed-By: Rich Trott --- test/parallel/parallel.status | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 8511d1b21de112..b1b4f4d40fab5b 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/26910 -test-tls-sni-option: PASS,FLAKY # https://github.com/nodejs/node/issues/27219 test-tls-sni-server-client: PASS,FLAKY # https://github.com/nodejs/node/issues/26938