diff --git a/cmd/tools/vtest-fixed.v b/cmd/tools/vtest-fixed.v index 661b5d66c1..1ea2a00ab0 100644 --- a/cmd/tools/vtest-fixed.v +++ b/cmd/tools/vtest-fixed.v @@ -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{}