diff options
| author | Austin Clements <amdragon@mit.edu> | 2014-10-23 08:30:39 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2014-10-25 19:31:27 +0200 |
| commit | ee476f1e7616fa53c492b8077b55af35662eec82 (patch) | |
| tree | 09a293b0142d2d02b1a3963d607075164614d51b /test | |
| parent | d1e8c80b7239705b05bfa3e129c5de1c7099498a (diff) | |
lib: Enable ghost messages feature
This fixes the broken thread order test.
Diffstat (limited to 'test')
| -rwxr-xr-x | test/T260-thread-order.sh | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
