From 9b193884027e13703eb983e47b6d176a5d9b4024 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Fri, 25 Dec 2020 18:44:52 +0200 Subject: [PATCH] ci: skip profile_test.v in the musl jobs --- cmd/tools/vtest-fixed.v | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cmd/tools/vtest-fixed.v b/cmd/tools/vtest-fixed.v index 19eb2aedf5..9a93cf8d77 100644 --- a/cmd/tools/vtest-fixed.v +++ b/cmd/tools/vtest-fixed.v @@ -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',