mirror of
https://github.com/vlang/v.git
synced 2025-09-15 23:42:28 +03:00
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:
parent
e2835bb9da
commit
29188e9849
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue