From 29f9e14457998085ec38cce597558d88b3d804e7 Mon Sep 17 00:00:00 2001 From: Satya Rohith Date: Sun, 10 Oct 2021 15:46:11 +0530 Subject: feat: stabilize Deno.resolveDns (#12368) --- cli/tests/integration/mod.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cli/tests') 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()) -- cgit v1.2.3