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

skip crc32_test for now

This commit is contained in:
Alexander Medvednikov 2020-04-08 01:39:38 +02:00
parent 7ff0c3aaa9
commit a6daf2f78e

View File

@ -69,6 +69,7 @@ const (
'vlib/v/tests/typeof_test.v',
'vlib/v/tests/valgrind/valgrind_test.v', // ubuntu-musl only
'vlib/vweb/assets/assets_test.v',
'vlib/hash/crc32/crc32_test.v'
]
)