From 3ca23cb642f0320e675ef2d0d51e9eb529171b53 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Thu, 23 Feb 2023 12:27:29 +0900 Subject: test(ext/node): add tls_test (#17871) --- cli/tests/integration/node_unit_tests.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cli/tests/integration') diff --git a/cli/tests/integration/node_unit_tests.rs b/cli/tests/integration/node_unit_tests.rs index d29d988ba..d2a6f6ec8 100644 --- a/cli/tests/integration/node_unit_tests.rs +++ b/cli/tests/integration/node_unit_tests.rs @@ -10,6 +10,10 @@ fn node_unit_tests() { .current_dir(util::root_path()) .arg("test") .arg("--unstable") + // TODO(kt3k): This option is required to pass tls_test.ts, + // but this shouldn't be necessary. tls.connect currently doesn't + // pass hostname option correctly and it causes cert errors. + .arg("--unsafely-ignore-certificate-errors") .arg("-A") .arg(util::tests_path().join("unit_node")) .spawn() -- cgit v1.2.3