mirror of
https://github.com/vlang/v.git
synced 2025-09-16 07:52:32 +03:00
ci: add vlib/v/tests/orm_sub_array_struct_test.v to the skip list for the tests-sanitize-undefined-gcc job
This commit is contained in:
parent
da68b2d369
commit
c1a9f42b05
1 changed files with 1 additions and 0 deletions
|
@ -146,6 +146,7 @@ const (
|
||||||
]
|
]
|
||||||
skip_with_fsanitize_undefined = [
|
skip_with_fsanitize_undefined = [
|
||||||
'do_not_remove',
|
'do_not_remove',
|
||||||
|
'vlib/v/tests/orm_sub_array_struct_test.v',
|
||||||
]
|
]
|
||||||
skip_with_werror = [
|
skip_with_werror = [
|
||||||
'do_not_remove',
|
'do_not_remove',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue