Skip to content

Commit 4db6408

Browse files
committed
ci: mark tcp_test.v and unix_socket_test.v as flaky (they still fail sporadically on the CI, although very rarely now)
1 parent fcbe2e6 commit 4db6408

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

vlib/net/tcp_test.v

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// vtest flaky: true
12
// vtest retry: 5
23
import net
34

vlib/net/unix/unix_socket_test.v

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// vtest flaky: true
2+
// vtest retry: 3
13
import os
24
import log
35
import time

0 commit comments

Comments
 (0)