Skip to content

Commit

Permalink
ci: workaround ubuntu musl failures
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Aug 24, 2024
1 parent ac572a3 commit c4425b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/tools/vtest-self.v
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,11 @@ const skip_on_musl = [
'vlib/gg/draw_fns_api_test.v',
'vlib/v/tests/skip_unused/gg_code.vv',
'vlib/v/tests/c_struct_with_reserved_field_name_test.v',
'vlib/arrays/parallel/parallel_test.v',
]
const skip_on_ubuntu_musl = [
'do_not_remove',
'vlib/arrays/parallel/parallel_test.v',
//'vlib/v/gen/js/jsgen_test.v',
'vlib/net/http/cookie_test.v',
'vlib/net/http/status_test.v',
Expand Down

0 comments on commit c4425b0

Please sign in to comment.