diff --git a/test/test-functions b/test/test-functions index 37c1402c35..f781c3337c 100644 --- a/test/test-functions +++ b/test/test-functions @@ -1326,6 +1326,7 @@ check_asan_reports() { BEGIN { %services_to_ignore = ( "dbus-daemon" => undef, + "dbus-broker-launch" => undef, ); } print $2 if /\s(\S*)\[(\d+)\]:\s*SUMMARY:\s+\w+Sanitizer/ && !exists $services_to_ignore{$1}'