X-Git-Url: http://rtime.felk.cvut.cz/gitweb/notmuch.git/blobdiff_plain/f5db7ad7d243785c274a99734c681e69d13313d0..cc3d25dd341c7ac687d4df085bbffeab995cdef4:/test/T260-thread-order.sh diff --git a/test/T260-thread-order.sh b/test/T260-thread-order.sh index b435d79f..99f58336 100755 --- a/test/T260-thread-order.sh +++ b/test/T260-thread-order.sh @@ -30,7 +30,6 @@ expected=$(for ((i = 0; i < $nthreads; i++)); do test_expect_equal "$output" "$expected" test_begin_subtest "Messages with all parents get linked in all delivery orders" -test_subtest_known_broken # Here we do the same thing as the previous test, but each message # references all of its parents. Since every message references the # root of the thread, each thread should always be fully joined. This