diff --git a/test/test-functions b/test/test-functions index a299f5ff1f5..7c37d056102 100644 --- a/test/test-functions +++ b/test/test-functions @@ -1328,6 +1328,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}'