pool: disable connection_test.v on windows completely for now, not just for msvc, to avoid false positives for unrelated PRs

This commit is contained in:
Delyan Angelov 2025-06-19 14:44:42 +03:00
parent e2835bb9da
commit 29188e9849
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -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