Skip to content

Commit 29188e9

Browse files
committed
pool: disable connection_test.v on windows completely for now, not just for msvc, to avoid false positives for unrelated PRs
1 parent e2835bb commit 29188e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vlib/pool/connection_test.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// vtest build: !msvc // msvc hung, maybe sync/atomic bug
1+
// vtest build: !windows // msvc hung, maybe sync/atomic bug, gcc on windows does too, although less frequently
22
import time
33
import sync
44
import pool

0 commit comments

Comments
 (0)