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

gen.golang: skip tests only on ubuntu-docker-musl

This commit is contained in:
Joe Conigliaro
2022-06-29 21:11:28 +10:00
parent 86549feafa
commit c3866bb7b1
3 changed files with 6 additions and 6 deletions

View File

@ -90,7 +90,6 @@ const (
'vlib/context/deadline_test.v' /* sometimes blocks */,
'vlib/mysql/mysql_orm_test.v' /* mysql not installed */,
'vlib/pg/pg_orm_test.v' /* pg not installed */,
'vlib/v/gen/golang/tests/golang_test.v' /* we will manually run this on only ubuntu-tcc for now */,
]
skip_fsanitize_too_slow = [
// These tests are too slow to be run in the CI on each PR/commit