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

ci: skip profile_test.v in the musl jobs

This commit is contained in:
Delyan Angelov 2020-12-25 18:44:52 +02:00
parent 11519f3c54
commit 9b19388402

View File

@ -8,7 +8,9 @@ const (
skip_test_files = [
'vlib/net/http/http_httpbin_test.v',
]
skip_on_musl = []string{}
skip_on_musl = [
'vlib/v/tests/profile/profile_test.v',
]
skip_on_ubuntu_musl = [
// 'vlib/v/gen/js/jsgen_test.v',
'vlib/net/http/cookie_test.v',