summaryrefslogtreecommitdiff
path: root/cli/tests
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests')
-rw-r--r--cli/tests/integration_tests.rs11
1 files changed, 0 insertions, 11 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs
index 92deb9416..bb99cf49b 100644
--- a/cli/tests/integration_tests.rs
+++ b/cli/tests/integration_tests.rs
@@ -5637,17 +5637,6 @@ console.log("finish");
.contains("PermissionDenied: Requires write access"));
}
- #[test]
- fn denort_direct_use_error() {
- let status = Command::new(util::denort_exe_path())
- .current_dir(util::root_path())
- .spawn()
- .unwrap()
- .wait()
- .unwrap();
- assert!(!status.success());
- }
-
#[tokio::test(flavor = "multi_thread", worker_threads = 2)]
async fn test_resolve_dns() {
use std::collections::BTreeMap;