Skip to content

Commit 717b3f7

Browse files
authored
Merge pull request #484 from apple/disable-group-starfish
dispatch_group and dispatch_starfish are failing sporadically in CI
2 parents 7784917 + 0541894 commit 717b3f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ set(DISPATCH_C_TESTS
141141
api
142142
debug
143143
queue_finalizer
144-
group
145144
overcommit
146145
context_for_key
147146
after
@@ -152,7 +151,6 @@ set(DISPATCH_C_TESTS
152151
timer_bit31
153152
timer_bit63
154153
timer_set_time
155-
starfish
156154
data
157155
io_net
158156
io_pipe_close
@@ -164,8 +162,10 @@ if(EXTENDED_TEST_SUITE)
164162
list(APPEND DISPATCH_C_TESTS
165163
priority
166164
concur
165+
group
167166
read
168167
read2
168+
starfish
169169
suspend_timer
170170
pingpong
171171
drift

0 commit comments

Comments
 (0)