From 117c829a9797a45b4691353710dee92ce778ac15 Mon Sep 17 00:00:00 2001 From: yuyi Date: Wed, 19 Oct 2022 16:03:29 +0800 Subject: [PATCH] vtest-self: add skipping ssl tests on windows (#16107) --- cmd/tools/vtest-self.v | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/tools/vtest-self.v b/cmd/tools/vtest-self.v index 5e1322e8f1..7b073e7e66 100644 --- a/cmd/tools/vtest-self.v +++ b/cmd/tools/vtest-self.v @@ -214,6 +214,8 @@ const ( 'vlib/net/openssl/openssl_compiles_test.v', 'vlib/net/http/request_test.v', 'vlib/net/smtp/smtp_test.v', + 'vlib/net/ssl/ssl_compiles_test.v', + 'vlib/net/mbedtls/mbedtls_compiles_test.v', 'vlib/vweb/tests/vweb_test.v', 'vlib/vweb/request_test.v', 'vlib/vweb/route_test.v',