1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

vtest-self: add skipping ssl tests on windows (#16107)

This commit is contained in:
yuyi 2022-10-19 16:03:29 +08:00 committed by GitHub
parent e3379bca97
commit 117c829a97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',