From 74b374307a3be5ea1a2c837380d1cf81175db764 Mon Sep 17 00:00:00 2001 From: seabaylea Date: Thu, 4 Aug 2016 18:05:43 +0100 Subject: [PATCH] disable dispatch_read2 due to intermittent failure --- tests/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 95840b20a..6e8633304 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -31,7 +31,8 @@ UNPORTED_TESTS= \ DISABLED_TESTS= \ dispatch_priority \ dispatch_priority2 \ - dispatch_read + dispatch_read \ + dispatch_read2 TESTS= \ dispatch_apply \ @@ -44,7 +45,6 @@ TESTS= \ dispatch_pingpong \ dispatch_plusplus \ dispatch_context_for_key \ - dispatch_read2 \ dispatch_after \ dispatch_timer \ dispatch_timer_short \