]> git.notmuchmail.org Git - notmuch/commitdiff
test: mark test as broken in gmime 3.0
authorDavid Bremner <david@tethera.net>
Sat, 3 Jun 2017 17:47:37 +0000 (14:47 -0300)
committerDavid Bremner <david@tethera.net>
Wed, 5 Jul 2017 10:13:02 +0000 (07:13 -0300)
Currently I'm not sure what the intent of this test is, so it's not
clear if the new answer is better or worse than the old one.

test/T310-emacs.sh

index 8a8819416a59e8cb8b117fea76e6f7e8d1793438..c8a25de2263498cc2fffb768c3f4ae596f57fc30 100755 (executable)
@@ -86,6 +86,7 @@ test_emacs "(let ((notmuch-show-indent-messages-width 4))
 test_expect_equal_file $EXPECTED/notmuch-show-thread-maildir-storage-with-fourfold-indentation OUTPUT
 
 test_begin_subtest "notmuch-show for message with invalid From"
+test_subtest_broken_gmime_3
 add_message "[subject]=\"message-with-invalid-from\"" \
            "[from]=\"\\\"Invalid \\\" From\\\" <test_suite@notmuchmail.org>\""
 thread=$(notmuch search --output=threads subject:message-with-invalid-from)