test-fixed: skip vlib/sync/pool_test.v on windows for now
parent
b930a11203
commit
504fd01f57
|
@ -23,6 +23,7 @@ const (
|
||||||
skip_on_windows = [
|
skip_on_windows = [
|
||||||
'vlib/orm/orm_test.v',
|
'vlib/orm/orm_test.v',
|
||||||
'vlib/net/websocket/ws_test.v',
|
'vlib/net/websocket/ws_test.v',
|
||||||
|
'vlib/sync/pool_test.v',
|
||||||
]
|
]
|
||||||
skip_on_non_windows = []string{}
|
skip_on_non_windows = []string{}
|
||||||
skip_on_macos = []string{}
|
skip_on_macos = []string{}
|
||||||
|
|
Loading…
Reference in New Issue