From 7ccbb2a24a09ffcad2814ffd341f299562262f59 Mon Sep 17 00:00:00 2001 From: rookiejet Date: Mon, 14 Jul 2025 14:27:32 -0400 Subject: [PATCH] notmuch: unmask passing tests --- srcpkgs/notmuch/template | 6 ------ 1 file changed, 6 deletions(-) diff --git a/srcpkgs/notmuch/template b/srcpkgs/notmuch/template index d35db7d9b30..5f9631d805d 100644 --- a/srcpkgs/notmuch/template +++ b/srcpkgs/notmuch/template @@ -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