Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2021-02-27 19:40:23 +0300
committerMichaƫl Zasso <targos@protonmail.com>2021-03-02 16:08:54 +0300
commit9696cf714234f6efef001b9d3dc9cfce2bc3e590 (patch)
tree6f4db4d1565b6d631326fac266d2bb01ad25e225 /test
parent453113938d7c6a4dd3f63c11e458cc8f484e246e (diff)
test: remove FLAKY status for test-http2-multistream-destroy-on-read-tls
The test does not seem to have failed since the issue was first reported in 2019. Closes: https://github.com/nodejs/node/issues/30845 PR-URL: https://github.com/nodejs/node/pull/37533 Fixes: https://github.com/nodejs/node/issues/30845 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'test')
-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 0d96eec5d7c..6e545a6fff5 100644
--- a/test/parallel/parallel.status
+++ b/test/parallel/parallel.status
@@ -7,8 +7,6 @@ prefix parallel
[true] # This section applies to all platforms
[$system==win32]
-# https://github.com/nodejs/node/issues/30845
-test-http2-multistream-destroy-on-read-tls: PASS,FLAKY
# https://github.com/nodejs/node/issues/20750
test-http2-pipe: PASS,FLAKY
# https://github.com/nodejs/node/issues/20750