From 9f0094b0b40c576bd38648c9408344ea0f60d97a Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Tue, 22 Jul 2025 12:38:52 +0300 Subject: [PATCH] ci: skip ringbuffer_test.v in the tcc-windows and msvc-windows jobs too, to avoid flakyness for unrelated commits/PRs. --- vlib/datatypes/lockfree/ringbuffer_test.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlib/datatypes/lockfree/ringbuffer_test.v b/vlib/datatypes/lockfree/ringbuffer_test.v index 100e682318..809e2b9544 100644 --- a/vlib/datatypes/lockfree/ringbuffer_test.v +++ b/vlib/datatypes/lockfree/ringbuffer_test.v @@ -1,4 +1,4 @@ -// vtest build: !gcc-windows +// vtest build: !gcc-windows && !msvc-windows && !tcc-windows import datatypes.lockfree import time import sync