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:49:04 +0300
committerMichaël Zasso <targos@protonmail.com>2021-02-28 16:40:15 +0300
commitb38404ee171526f44467007cec9c31d627b62815 (patch)
treebeb89971161d0db7d616dfc8b421af0ee78e0fb0 /test
parent9ba5c0f9ba76a38c3a71ac587b259f230406fa80 (diff)
test: remove FLAKY designation for test-http2-client-upload-reject
The test hasn't failed in a long time as far as I can tell. The issue may have been fixed by various event updates/changes to http2 and related systems. PR-URL: https://github.com/nodejs/node/pull/37461 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@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 8e070688b1f..4ca61c8642c 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/20750
-test-http2-client-upload-reject: PASS,FLAKY
# https://github.com/nodejs/node/issues/30847
test-http2-compat-client-upload-reject: PASS,FLAKY
# https://github.com/nodejs/node/issues/30845