tests: skip vweb_test.v on ubuntu-musl and on windows

pull/6129/head
Delyan Angelov 2020-08-14 01:11:12 +03:00
parent 712f4bd7f8
commit 3640bd2fda
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@ const (
'vlib/sqlite/sqlite_test.v',
'vlib/orm/orm_test.v',
'vlib/clipboard/clipboard_test.v',
'vlib/vweb/tests/vweb_test.v',
]
skip_on_linux = []string{}
skip_on_non_linux = [
@ -25,6 +26,7 @@ const (
skip_on_windows = [
'vlib/orm/orm_test.v',
'vlib/net/websocket/ws_test.v',
'vlib/vweb/tests/vweb_test.v',
]
skip_on_non_windows = []string{}
skip_on_macos = []string{}