]> git.notmuchmail.org Git - notmuch/blobdiff - test/T392-python-cffi-notmuch.sh
lib/database: delete stemmer on destroy
[notmuch] / test / T392-python-cffi-notmuch.sh
index 50012c558f5dba53ea3ab91fde6214ae3d50f33b..15c8fc6bbe0b7dd76830df509678ebd35d235228 100755 (executable)
@@ -24,13 +24,11 @@ show_msgs(thread, 0)
 EOF
 
 test_begin_subtest "recursive traversal of replies (no crash)"
-test_subtest_known_broken
 test_python < recurse.py
 error=$?
 test_expect_equal "${error}" 0
 
 test_begin_subtest "recursive traversal of replies (output)"
-test_subtest_known_broken
 test_python < recurse.py
 tail -n 10 < OUTPUT > OUTPUT.sample
 cat <<EOF > EXPECTED