diff --git a/vlib/pool/connection_test.v b/vlib/pool/connection_test.v index 41c54e037a..78187a6557 100644 --- a/vlib/pool/connection_test.v +++ b/vlib/pool/connection_test.v @@ -1,4 +1,4 @@ -// vtest build: !msvc // msvc hung, maybe sync/atomic bug +// vtest build: !windows // msvc hung, maybe sync/atomic bug, gcc on windows does too, although less frequently import time import sync import pool