From 097f638fde1ba5c4af711fb5f30a7c8969bcda27 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 27 Feb 2021 08:40:23 -0800 Subject: [PATCH] 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 Reviewed-By: Luigi Pinca Reviewed-By: James M Snell --- test/parallel/parallel.status | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index e0b6daa5dc56b5..aebb8516817617 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