From fa41436852cfbff77aed86bc98c0bc7c4d6cd64e Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sat, 26 Apr 2025 07:47:19 +0300 Subject: [PATCH] ci: skip option_ptr_unwrap_test.v on windows with msvc (#24320) --- vlib/v/tests/options/option_ptr_unwrap_test.v | 1 + 1 file changed, 1 insertion(+) diff --git a/vlib/v/tests/options/option_ptr_unwrap_test.v b/vlib/v/tests/options/option_ptr_unwrap_test.v index 4e10a054a0..74ff2829ef 100644 --- a/vlib/v/tests/options/option_ptr_unwrap_test.v +++ b/vlib/v/tests/options/option_ptr_unwrap_test.v @@ -1,3 +1,4 @@ +// vtest build: !msvc import time // 41s.