1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: ignore vlib/v/tests/inout/vscript_using_generics_in_os.vsh in v test-cleancode on windows for now

This commit is contained in:
Delyan Angelov 2022-09-11 11:18:01 +03:00
parent 8b5f3aa970
commit 3e599a1436
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -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',