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-21 02:53:10 +0300
committerMichaël Zasso <targos@protonmail.com>2021-02-28 16:40:54 +0300
commitba319f0c602643b42ba1fa2cddffd93f3f9b6ef6 (patch)
tree759da3bb0990032df699ab0dac3e2f028843e7f9 /test
parentdfa0440341f04747af28fea74f812da7996febf3 (diff)
test: remove FLAKY for test-http2-compat-client-upload-reject
As far as I know, this test hasn't failed since around the time it was first reported in 2019. Closes: https://github.com/nodejs/node/issues/30847 PR-URL: https://github.com/nodejs/node/pull/37462 Fixes: https://github.com/nodejs/node/issues/30847 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.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 4ca61c8642c..0d96eec5d7c 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/30847
-test-http2-compat-client-upload-reject: PASS,FLAKY
# https://github.com/nodejs/node/issues/30845
test-http2-multistream-destroy-on-read-tls: PASS,FLAKY
# https://github.com/nodejs/node/issues/20750