diff --git a/test/test-functions b/test/test-functions index 90c8f79468..06a06e706a 100644 --- a/test/test-functions +++ b/test/test-functions @@ -1374,6 +1374,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}'