Skip to content

Commit

Permalink
Squashed 'deps/ccommon/' changes from 9caf864..9a3255d
Browse files Browse the repository at this point in the history
9a3255d Delete flaky assert within check_pipe (twitter#254)

git-subtree-dir: deps/ccommon
git-subtree-split: 9a3255dd70ff45bd7720f17158d63cb42aa7dfd0
  • Loading branch information
swlynch99 committed Oct 22, 2021
1 parent e196b0c commit 080d2b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/channel/pipe/check_pipe.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ START_TEST(test_read_blocking)
pthread_join(thread, NULL);

ck_assert_int_ge(duration_us(&duration), SLEEP_TIME - TOLERANCE_UNDER);
ck_assert_int_le(duration_us(&duration), SLEEP_TIME + TOLERANCE_OVER);

ck_assert_str_eq(write_message, read_message);

Expand Down

0 comments on commit 080d2b1

Please sign in to comment.