test-fixed: skip vlib/sync/pool_test.v on windows for now

pull/5460/head
Delyan Angelov 2020-06-22 16:27:08 +03:00
parent b930a11203
commit 504fd01f57
1 changed files with 1 additions and 0 deletions

View File

@ -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{}