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:
parent
e3379bca97
commit
117c829a97
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user