From 0e9b3816afb0b6f8b36629ceb2e703c09a9676e3 Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Mon, 3 Jan 2022 16:51:31 +0100 Subject: [PATCH] tests: Skip constants/member-access-enum.vala for ASAN In addition to 50414570d1b54a6106a9a64274bb84977d817616 --- tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index 07002ecca..eccdd9222 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1372,6 +1372,7 @@ endif if ENABLE_TEST_ASAN XFAIL_TESTS = \ + constants/member-access-enum.vala \ objects/property-array.vala \ dbus/filedescriptor-errors.test \ $(NULL) -- 2.47.2