summaryrefslogtreecommitdiff
path: root/tests/integration
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration')
-rw-r--r--tests/integration/run_tests.rs10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/integration/run_tests.rs b/tests/integration/run_tests.rs
index 549b88bac..c97b700c5 100644
--- a/tests/integration/run_tests.rs
+++ b/tests/integration/run_tests.rs
@@ -418,16 +418,6 @@ fn permissions_cache() {
});
}
-itest!(env_file {
- args: "run --env=env --allow-env run/env_file.ts",
- output: "run/env_file.out",
-});
-
-itest!(env_file_missing {
- args: "run --env=missing --allow-env run/env_file.ts",
- output: "run/env_file_missing.out",
-});
-
itest!(lock_write_fetch {
args:
"run --quiet --allow-import --allow-read --allow-write --allow-env --allow-run run/lock_write_fetch/main.ts",