mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tests: disable cookie test for now
This commit is contained in:
@ -39,6 +39,7 @@ const (
|
||||
'vlib/v/tests/typeof_test.v',
|
||||
'vlib/v/tests/valgrind/valgrind_test.v', // ubuntu-musl only
|
||||
'vlib/v/tests/pointers_str_test.v',
|
||||
'vlib/net/http/cookie_test.v',
|
||||
|
||||
'vlib/v/tests/live_test.v', // Linux & Solaris only; since live does not actually work for now with v2, just skip
|
||||
'vlib/v/tests/asm_test.v', // skip everywhere for now, works on linux with cc != tcc
|
||||
|
Reference in New Issue
Block a user