notmuch: unmask passing tests

This commit is contained in:
rookiejet 2025-07-14 14:27:32 -04:00 committed by Duncan Overbruck
parent cca07fdd07
commit 7ccbb2a24a

View file

@ -56,13 +56,7 @@ do_check() {
NOTMUCH_SKIP_TESTS="smime.3 smime.5"
# bad regex test fails on musl
NOTMUCH_SKIP_TESTS+=" as-text.10"
else
# This test run under gdb is problematic
NOTMUCH_SKIP_TESTS="count.14"
fi
# libconfig because of fqdn
NOTMUCH_SKIP_TESTS+=" libconfig"
NOTMUCH_SKIP_TESTS+=" crypto index-decryption"
if [ $(id -u) = 0 ]; then
NOTMUCH_SKIP_TESTS+=" new.36 new.39 tagging.25"
fi