From 72ccd1cd16b255a8a4ed4d6433177659ed1388d1 Mon Sep 17 00:00:00 2001 From: Louis Schmieder Date: Wed, 2 Feb 2022 13:47:07 +0000 Subject: [PATCH] skip checks on windows and ubuntu musl --- 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 719217e2a0..c9df80d28f 100644 --- a/cmd/tools/vtest-self.v +++ b/cmd/tools/vtest-self.v @@ -78,6 +78,7 @@ const ( 'vlib/net/http/http_test.v', 'vlib/net/http/status_test.v', 'vlib/net/websocket/ws_test.v', + 'vlib/net/openssl/rsa_test.v', 'vlib/sqlite/sqlite_test.v', 'vlib/sqlite/sqlite_orm_test.v', 'vlib/orm/orm_test.v', @@ -113,6 +114,7 @@ const ( 'vlib/net/websocket/ws_test.v', 'vlib/net/unix/unix_test.v', 'vlib/net/websocket/websocket_test.v', + 'vlib/net/openssl/rsa_test.v', 'vlib/vweb/tests/vweb_test.v', 'vlib/vweb/request_test.v', 'vlib/net/http/request_test.v',