tests: disable clipboard_test for now

pull/4539/head
Alexander Medvednikov 2020-04-21 07:26:16 +02:00
parent ab38605802
commit 2597816ed6
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ const (
'vlib/v/tests/valgrind/valgrind_test.v', // ubuntu-musl only
'vlib/v/tests/pointers_str_test.v',
'vlib/net/http/cookie_test.v',
'vlib/clipboard/clipboard_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