test: add known broken test for indexing an In-Reply-To loop.

This documents the bug discussed in

     id:87d10042pu.fsf@curie.anarc.at
This commit is contained in:
David Bremner 2018-03-20 18:22:35 -03:00
parent 044cbd920c
commit ab55ca8e0a

View file

@ -354,4 +354,9 @@ exit status: 75
EOF
test_expect_equal_file EXPECTED OUTPUT
add_email_corpus broken
test_begin_subtest "reference loop does not crash"
test_subtest_known_broken
test_expect_code 0 "notmuch show --format=json id:mid-loop-12@example.org id:mid-loop-21@example.org > OUTPUT"
test_done