ci: skip profile_test.v in the musl jobs

pull/7561/head^2
Delyan Angelov 2020-12-25 18:44:52 +02:00
parent 11519f3c54
commit 9b19388402
1 changed files with 3 additions and 1 deletions

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