Skip to content

Commit

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

git-subtree-dir: deps/ccommon
git-subtree-split: 9a3255dd70ff45bd7720f17158d63cb42aa7dfd0
  • Loading branch information
swlynch99 authored Oct 22, 2021
1 parent bb7a7d3 commit 8508b59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deps/ccommon/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 8508b59

Please sign in to comment.