From df2a8ab2ef95a1459f789c1fdd9741121abfbe54 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sat, 20 Dec 2025 18:12:42 +0200 Subject: [PATCH] ci: skip use_net_and_net_unix_together_test.v on gcc-windows (many weird timeouts on unrelated PRs) --- vlib/net/unix/use_net_and_net_unix_together_test.v | 1 + 1 file changed, 1 insertion(+) diff --git a/vlib/net/unix/use_net_and_net_unix_together_test.v b/vlib/net/unix/use_net_and_net_unix_together_test.v index 92d96eaac..595dfbf4f 100644 --- a/vlib/net/unix/use_net_and_net_unix_together_test.v +++ b/vlib/net/unix/use_net_and_net_unix_together_test.v @@ -1,3 +1,4 @@ +// vtest build: !gcc-windows // too flaky on these CIs // vtest retry: 3 import os import time -- 2.39.5