From bfcba89cc212b826f3dea07909cdd3898bbd14c1 Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Thu, 28 Aug 2025 22:21:07 +0200 Subject: [PATCH] test: mark test-inspector-network-fetch as flaky again MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://redirect.github.com/nodejs/node/pull/59104 did not fix it and it's still flaky in the CI. Refs: https://github.com/nodejs/reliability/blob/main/reports/2025-08-26.md Refs: https://github.com/nodejs/node/issues/59090 PR-URL: https://github.com/nodejs/node/pull/59640 Reviewed-By: Michaƫl Zasso Reviewed-By: Chengzhong Wu Reviewed-By: Luigi Pinca --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index c09440514f..bbff132966 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -20,6 +20,8 @@ test-fs-read-stream-concurrent-reads: PASS, FLAKY test-snapshot-incompatible: SKIP [$system==win32] +# https://github.com/nodejs/node/issues/59090 +test-inspector-network-fetch: PASS, FLAKY # https://github.com/nodejs/node/issues/54808 test-async-context-frame: PASS, FLAKY # https://github.com/nodejs/node/issues/54534