]> git.notmuchmail.org Git - notmuch/blobdiff - test/python
lib: call g_mime_init() from notmuch_database_open()
[notmuch] / test / python
index 0b56db30610af9327e9c3c8b1e99591ab8544e56..c3aa7266e285f0e6b6f4b2671ffed07663eab805 100755 (executable)
@@ -5,7 +5,6 @@ test_description="python bindings"
 add_email_corpus
 
 test_begin_subtest "compare thread ids"
-test_subtest_known_broken
 test_python <<EOF
 import notmuch
 db = notmuch.Database(mode=notmuch.Database.MODE.READ_WRITE)