mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
test-fixed: skip vlib/sync/pool_test.v on windows for now
This commit is contained in:
parent
b930a11203
commit
504fd01f57
@ -23,6 +23,7 @@ const (
|
||||
skip_on_windows = [
|
||||
'vlib/orm/orm_test.v',
|
||||
'vlib/net/websocket/ws_test.v',
|
||||
'vlib/sync/pool_test.v',
|
||||
]
|
||||
skip_on_non_windows = []string{}
|
||||
skip_on_macos = []string{}
|
||||
|
Loading…
Reference in New Issue
Block a user