From 3e599a1436924968302445f5bf973c155220d320 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sun, 11 Sep 2022 11:18:01 +0300 Subject: [PATCH] ci: ignore vlib/v/tests/inout/vscript_using_generics_in_os.vsh in `v test-cleancode` on windows for now --- cmd/tools/vtest-cleancode.v | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/tools/vtest-cleancode.v b/cmd/tools/vtest-cleancode.v index 6e559e0542..43c6396eba 100644 --- a/cmd/tools/vtest-cleancode.v +++ b/cmd/tools/vtest-cleancode.v @@ -15,6 +15,7 @@ const vet_known_failing_windows = [ 'vlib/v/gen/js/tests/testdata/compare_ints.v', 'vlib/v/gen/js/tests/testdata/hw.v', 'vlib/v/gen/js/tests/testdata/string_methods.v', + 'vlib/v/tests/inout/vscript_using_generics_in_os.vsh', 'vlib/v/tests/project_with_modules_having_submodules/bin/main.vsh', 'vlib/v/tests/valgrind/simple_interpolation_script_mode.v', 'vlib/v/tests/valgrind/simple_interpolation_script_mode_more_scopes.v',