From 659927c929b705778410fc9a5edbebe0e8b08bfa 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 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 --- 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