From 9f2cb8ccbb64454a6e3c8743edbad08ba4684829 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sun, 19 May 2024 10:32:44 +0300 Subject: [PATCH] ci: mark again tcp_test.v as flaky (it had 3 unrelated failures on the CI over the last week) --- vlib/net/tcp_test.v | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vlib/net/tcp_test.v b/vlib/net/tcp_test.v index ed36b29653..abdd340894 100644 --- a/vlib/net/tcp_test.v +++ b/vlib/net/tcp_test.v @@ -1,4 +1,5 @@ -// vtest retry: 3 +// vtest retry: 5 +// vtest flaky: true import net const test_port = 45123