summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Mastracci <matthew@mastracci.com>2024-02-08 19:09:19 -0700
committerGitHub <noreply@github.com>2024-02-09 02:09:19 +0000
commit2fc8d2a354bc8a9a87f8649550d2723dedf70f2f (patch)
tree55697bd16644796a5d7056f606559df6cc9060b6
parente5e2c45998d3a655c4b2d78c0a1fcb61e09c1982 (diff)
chore: completely disable websocketstream_test (#22360)
-rw-r--r--cli/tests/integration/js_unit_tests.rs1
-rw-r--r--cli/tests/unit/websocketstream_test.ts.disabled (renamed from cli/tests/unit/websocketstream_test.ts)0
2 files changed, 0 insertions, 1 deletions
diff --git a/cli/tests/integration/js_unit_tests.rs b/cli/tests/integration/js_unit_tests.rs
index b037d473c..748c0fe5a 100644
--- a/cli/tests/integration/js_unit_tests.rs
+++ b/cli/tests/integration/js_unit_tests.rs
@@ -105,7 +105,6 @@ util::unit_test_factory!(
webcrypto_test,
webgpu_test,
websocket_test,
- websocketstream_test,
webstorage_test,
worker_permissions_test,
worker_test,
diff --git a/cli/tests/unit/websocketstream_test.ts b/cli/tests/unit/websocketstream_test.ts.disabled
index eaedb71bd..eaedb71bd 100644
--- a/cli/tests/unit/websocketstream_test.ts
+++ b/cli/tests/unit/websocketstream_test.ts.disabled