From 51575252f5a6e31d2532a28bfc71b153ac1a480f Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 30 Jan 2021 20:54:28 -0800 Subject: [PATCH] test: remove flaky designation for test-http2-large-file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This seems to have stopped happening, possibly because it only ever happened on win2008 and that went eol last year. Closes: https://github.com/nodejs/node/issues/22327 PR-URL: https://github.com/nodejs/node/pull/37156 Fixes: https://github.com/nodejs/node/issues/22327 Reviewed-By: Colin Ihrig Reviewed-By: Stephen Belanger Reviewed-By: Michaƫl Zasso Reviewed-By: Richard Lau Reviewed-By: Gireesh Punathil Reviewed-By: James M Snell --- test/sequential/sequential.status | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status index fce8bd959f0326..e7f8640d621c08 100644 --- a/test/sequential/sequential.status +++ b/test/sequential/sequential.status @@ -9,8 +9,6 @@ prefix sequential test-cpu-prof-dir-worker: PASS, FLAKY [$system==win32] -# https://github.com/nodejs/node/issues/22327 -test-http2-large-file: PASS, FLAKY # https://github.com/nodejs/node/issues/26401 test-worker-prof: PASS, FLAKY