summaryrefslogtreecommitdiff
path: root/cli/tests/node_compat/config.jsonc
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2023-05-27 15:42:20 +0200
committerGitHub <noreply@github.com>2023-05-27 15:42:20 +0200
commitbe59e93220e24a2e66ae2843a136e61eab9d8ac3 (patch)
tree9c49d56516d1f126234d4e11e276750c6028b42a /cli/tests/node_compat/config.jsonc
parentd0c5ff42f4b5fa9b848e6ed5af2e480d12f15bda (diff)
refactor(node/http): don't use readablestream for writing to request (#19282)
Refactors the internal usage of a readablestream to write to the resource directly --------- Co-authored-by: Bartek IwaƄczuk <biwanczuk@gmail.com>
Diffstat (limited to 'cli/tests/node_compat/config.jsonc')
-rw-r--r--cli/tests/node_compat/config.jsonc3
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/tests/node_compat/config.jsonc b/cli/tests/node_compat/config.jsonc
index ccc83cd3d..ef2f4fccb 100644
--- a/cli/tests/node_compat/config.jsonc
+++ b/cli/tests/node_compat/config.jsonc
@@ -232,7 +232,8 @@
"test-child-process-spawnsync-maxbuf.js",
"test-child-process-spawnsync-validation-errors.js",
"test-child-process-spawnsync.js",
- "test-client-request-destroy.js",
+ // TODO(crowlKats): socket is not yet polyfilled
+ // "test-client-request-destroy.js",
"test-console-async-write-error.js",
"test-console-group.js",
"test-console-log-stdio-broken-dest.js",