diff --git a/cmd/tools/vtest-fixed.v b/cmd/tools/vtest-fixed.v index ace68a62ba..1f9e09d773 100644 --- a/cmd/tools/vtest-fixed.v +++ b/cmd/tools/vtest-fixed.v @@ -9,13 +9,14 @@ const ( 'vlib/arrays/arrays_test.v', 'vlib/eventbus/eventbus_test.v', 'vlib/json/json_test.v', - 'vlib/net/http/http_httpbin_test.v', 'vlib/v/tests/enum_bitfield_test.v', 'vlib/v/tests/num_lit_call_method_test.v', 'vlib/v/tests/pointers_test.v', 'vlib/v/tests/type_test.v', 'vlib/v/tests/valgrind/valgrind_test.v', // ubuntu-musl only 'vlib/v/tests/pointers_str_test.v', + 'vlib/net/http/http_httpbin_test.v', // fails on ubuntu-musl, because of missing openssl + 'vlib/net/http/http_test.v', // fails on ubuntu-musl, because of missing openssl 'vlib/net/http/cookie_test.v', // ok, but should be skipped on ubuntu-musl, since there is no openssl there 'vlib/clipboard/clipboard_test.v', 'vlib/sqlite/sqlite_test.v',