From 7b5d23f95552c7818d61fc12a68ef510ce634f3a Mon Sep 17 00:00:00 2001 From: seabaylea Date: Fri, 19 Aug 2016 18:01:14 +0100 Subject: [PATCH] Disable drift, pingpong and io tests to clean up Swift CI --- tests/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index c96d514d0..dc7b9437a 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -32,7 +32,10 @@ DISABLED_TESTS= \ dispatch_priority \ dispatch_priority2 \ dispatch_read \ - dispatch_read2 + dispatch_read2 \ + dispatch_pingpong \ + dispatch_drift \ + dispatch_io TESTS= \ dispatch_apply \ @@ -42,7 +45,6 @@ TESTS= \ dispatch_queue_finalizer \ dispatch_group \ dispatch_overcommit \ - dispatch_pingpong \ dispatch_plusplus \ dispatch_context_for_key \ dispatch_after \ @@ -56,9 +58,7 @@ TESTS= \ dispatch_timer_set_time \ dispatch_starfish \ dispatch_cascade \ - dispatch_drift \ dispatch_data \ - dispatch_io \ dispatch_io_net \ dispatch_select