Skip to content

dispatch_group and dispatch_starfish are failing sporadically in CI #484

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 16, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ set(DISPATCH_C_TESTS
api
debug
queue_finalizer
group
overcommit
context_for_key
after
Expand All @@ -152,7 +151,6 @@ set(DISPATCH_C_TESTS
timer_bit31
timer_bit63
timer_set_time
starfish
data
io_net
io_pipe_close
Expand All @@ -164,8 +162,10 @@ if(EXTENDED_TEST_SUITE)
list(APPEND DISPATCH_C_TESTS
priority
concur
group
read
read2
starfish
suspend_timer
pingpong
drift
Expand Down