ci: mark tcp_test.v and unix_socket_test.v as flaky (they still fail sporadically on the CI, although very rarely now)

This commit is contained in:
Delyan Angelov 2025-07-06 21:32:40 +03:00
parent fcbe2e6ce7
commit 4db6408e0b
2 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
// vtest flaky: true
// vtest retry: 5
import net

View File

@ -1,3 +1,5 @@
// vtest flaky: true
// vtest retry: 3
import os
import log
import time