diff --git a/tests/funcs/filter.sh b/tests/funcs/filter.sh index 65353a04..1429fec8 100644 --- a/tests/funcs/filter.sh +++ b/tests/funcs/filter.sh @@ -59,5 +59,8 @@ t_filter_dmesg() # some tests mount w/o options re="$re|scoutfs .* error: Required mount option \"metadev_path\" not found" + # in debugging kernels we can slow things down a bit + re="$re|hrtimer: interrupt took .*" + egrep -v "($re)" }