Skip to content

Commit dc70c57

Browse files
committed
Disable dispatch_cascade due to hang in Swift CI
1 parent 07ecb69 commit dc70c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ DISABLED_TESTS= \
3535
dispatch_read2 \
3636
dispatch_pingpong \
3737
dispatch_drift \
38+
dispatch_cascade \
3839
dispatch_io
3940

4041
TESTS= \
@@ -57,7 +58,6 @@ TESTS= \
5758
dispatch_timer_bit63 \
5859
dispatch_timer_set_time \
5960
dispatch_starfish \
60-
dispatch_cascade \
6161
dispatch_data \
6262
dispatch_io_net \
6363
dispatch_select

0 commit comments

Comments
 (0)