From c1a9f42b054505901e17c08485657a5aa509147c Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Thu, 5 Jan 2023 19:51:44 +0200 Subject: [PATCH] ci: add vlib/v/tests/orm_sub_array_struct_test.v to the skip list for the tests-sanitize-undefined-gcc job --- cmd/tools/vtest-self.v | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/tools/vtest-self.v b/cmd/tools/vtest-self.v index d0f86c7915..c9a8f1d42f 100644 --- a/cmd/tools/vtest-self.v +++ b/cmd/tools/vtest-self.v @@ -146,6 +146,7 @@ const ( ] skip_with_fsanitize_undefined = [ 'do_not_remove', + 'vlib/v/tests/orm_sub_array_struct_test.v', ] skip_with_werror = [ 'do_not_remove',