diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 75f0cd009c703a..9c534c4492ae4c 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -26,8 +26,6 @@ test-async-context-frame: PASS, FLAKY test-runner-run-watch: PASS, FLAKY # https://github.com/nodejs/node/issues/56794 test-fs-cp: PASS, FLAKY -# https://github.com/nodejs/node/issues/59090 -test-inspector-network-fetch: PASS, FLAKY # https://github.com/nodejs/node/issues/56751 test-without-async-context-frame: PASS, FLAKY diff --git a/test/parallel/test-inspector-network-resource.js b/test/sequential/test-inspector-network-resource.js similarity index 100% rename from test/parallel/test-inspector-network-resource.js rename to test/sequential/test-inspector-network-resource.js