Skip to content

Commit 74b3743

Browse files
committed
disable dispatch_read2 due to intermittent failure
1 parent 758bb7f commit 74b3743

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ UNPORTED_TESTS= \
3131
DISABLED_TESTS= \
3232
dispatch_priority \
3333
dispatch_priority2 \
34-
dispatch_read
34+
dispatch_read \
35+
dispatch_read2
3536

3637
TESTS= \
3738
dispatch_apply \
@@ -44,7 +45,6 @@ TESTS= \
4445
dispatch_pingpong \
4546
dispatch_plusplus \
4647
dispatch_context_for_key \
47-
dispatch_read2 \
4848
dispatch_after \
4949
dispatch_timer \
5050
dispatch_timer_short \

0 commit comments

Comments
 (0)