From 29188e98497a1fb5138fd7007eefaa55ef1c56fc Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Thu, 19 Jun 2025 14:44:42 +0300 Subject: [PATCH] pool: disable connection_test.v on windows completely for now, not just for msvc, to avoid false positives for unrelated PRs --- vlib/pool/connection_test.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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