summaryrefslogtreecommitdiff
path: root/cli/tests/integration/worker_tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/integration/worker_tests.rs')
-rw-r--r--cli/tests/integration/worker_tests.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/cli/tests/integration/worker_tests.rs b/cli/tests/integration/worker_tests.rs
index cbd63d809..e2d1ef868 100644
--- a/cli/tests/integration/worker_tests.rs
+++ b/cli/tests/integration/worker_tests.rs
@@ -1,11 +1,5 @@
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
-itest!(workers {
- args: "test --reload --location http://127.0.0.1:4545/ -A --unstable-worker-options workers/test.ts",
- output: "workers/test.ts.out",
- http_server: true,
-});
-
itest!(worker_error {
args: "run -A workers/worker_error.ts",
output: "workers/worker_error.ts.out",