diff --git a/cli/tests/import_map_no_unstable.out b/cli/tests/import_map_no_unstable.out deleted file mode 100644 index 00fe18e74d4e97..00000000000000 --- a/cli/tests/import_map_no_unstable.out +++ /dev/null @@ -1 +0,0 @@ -Unstable API '--importmap'. The --unstable flag must be provided. diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 389afdea39d2f0..7ccdceddec28f7 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -1546,13 +1546,6 @@ itest!(_033_import_map { output: "033_import_map.out", }); -itest!(import_map_no_unstable { - args: - "run --quiet --reload --importmap=importmaps/import_map.json importmaps/test.ts", - output: "import_map_no_unstable.out", - exit_code: 70, -}); - itest!(_034_onload { args: "run --quiet --reload 034_onload/main.ts", output: "034_onload.out",