mirror of
https://github.com/systemd/systemd.git
synced 2025-03-25 18:50:18 +03:00
TEST-75-RESOLVED: skip a testcase when running on sanitizer
This commit is contained in:
parent
2c9d6986d8
commit
03d8b9dfab
@ -1011,6 +1011,11 @@ testcase_12_resolvectl2() {
|
||||
|
||||
# Test io.systemd.Resolve.Monitor.SubscribeDNSConfiguration
|
||||
testcase_13_varlink_subscribe_dns_configuration() {
|
||||
# FIXME: for some reasons, the test case unexpectedly fail when running on sanitizers.
|
||||
if [[ -v ASAN_OPTIONS ]]; then
|
||||
return 0
|
||||
fi
|
||||
|
||||
# Cleanup
|
||||
# shellcheck disable=SC2317
|
||||
cleanup() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user