diff options
Diffstat (limited to 'cli/tests/integration/mod.rs')
-rw-r--r-- | cli/tests/integration/mod.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cli/tests/integration/mod.rs b/cli/tests/integration/mod.rs index 65a8a7516..251fca515 100644 --- a/cli/tests/integration/mod.rs +++ b/cli/tests/integration/mod.rs @@ -925,7 +925,6 @@ async fn test_resolve_dns() { .env("NO_COLOR", "1") .arg("run") .arg("--allow-net") - .arg("--unstable") .arg("resolve_dns.ts") .stdout(std::process::Stdio::piped()) .stderr(std::process::Stdio::piped()) @@ -951,7 +950,6 @@ async fn test_resolve_dns() { .env("NO_COLOR", "1") .arg("run") .arg("--allow-net=127.0.0.1:4553") - .arg("--unstable") .arg("resolve_dns.ts") .stdout(std::process::Stdio::piped()) .stderr(std::process::Stdio::piped()) @@ -977,7 +975,6 @@ async fn test_resolve_dns() { .env("NO_COLOR", "1") .arg("run") .arg("--allow-net=deno.land") - .arg("--unstable") .arg("resolve_dns.ts") .stdout(std::process::Stdio::piped()) .stderr(std::process::Stdio::piped()) @@ -999,7 +996,6 @@ async fn test_resolve_dns() { .current_dir(util::testdata_path()) .env("NO_COLOR", "1") .arg("run") - .arg("--unstable") .arg("resolve_dns.ts") .stdout(std::process::Stdio::piped()) .stderr(std::process::Stdio::piped()) |