summaryrefslogtreecommitdiff
path: root/test/parallel/parallel.status
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2019-06-02 18:19:44 +0200
committerSam Roberts <vieuxtech@gmail.com>2019-06-06 10:18:04 -0700
commit2976bbd68f936c4f96b6028219ceb9bfc4b84f22 (patch)
tree106d003e2d83bc17d1f68f84e3cb5a46e583587a /test/parallel/parallel.status
parent5c61c5d152aedfe992fd42b3d51823b16a547b21 (diff)
downloadandroid-node-v8-2976bbd68f936c4f96b6028219ceb9bfc4b84f22.tar.gz
android-node-v8-2976bbd68f936c4f96b6028219ceb9bfc4b84f22.tar.bz2
android-node-v8-2976bbd68f936c4f96b6028219ceb9bfc4b84f22.zip
test: only assert on first lines of TLS trace
The TLS trace data is best-effort, and enough can be dropped from pipe buffers that only the start of the trace is detected. Only assert on the first line of the trace, it should not get dropped, and it's enough to check that trace was enabled via CLI. PR-URL: https://github.com/nodejs/node/pull/28043 Fixes: https://github.com/nodejs/node/issues/27636 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
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 965e378bfd..45718e7903 100644
--- a/test/parallel/parallel.status
+++ b/test/parallel/parallel.status
@@ -9,8 +9,6 @@ prefix parallel
test-net-connect-options-port: PASS,FLAKY
# https://github.com/nodejs/node/issues/26401
test-worker-prof: PASS,FLAKY
-# https://github.com/nodejs/node/issues/27553
-test-tls-enable-trace-cli: PASS,FLAKY
[$system==win32]
test-http2-pipe: PASS,FLAKY