From 504fd01f576926f10072a2f9d420f6db02f29489 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Mon, 22 Jun 2020 16:27:08 +0300 Subject: [PATCH] test-fixed: skip vlib/sync/pool_test.v on windows for now --- cmd/tools/vtest-fixed.v | 1 + 1 file changed, 1 insertion(+) 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{}