diff options
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r-- | cli/tests/integration_tests.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 4184b0b0a..c0dcdb606 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -273,11 +273,6 @@ grault", } #[test] -fn benchmark_test() { - util::run_python_script("tools/benchmark_test.py") -} - -#[test] fn deno_dir_test() { use std::fs::remove_dir_all; let _g = util::http_server(); |