From 8609e7c2518c0c5c48fc6fb493c9a249de47b3c4 Mon Sep 17 00:00:00 2001 From: "Daniel A. Steffen" Date: Wed, 22 Feb 2017 10:50:52 -0800 Subject: [PATCH] temporarily move dispatch_context_for_key test into the unreliable tests since it started failing in the CI --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index a47613097..da3f39d5e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -41,6 +41,7 @@ UNRELIABLE_TESTS= \ dispatch_drift \ dispatch_readsync \ dispatch_cascade \ + dispatch_context_for_key \ dispatch_io if EXTENDED_TEST_SUITE @@ -59,7 +60,6 @@ TESTS= \ dispatch_group \ dispatch_overcommit \ dispatch_plusplus \ - dispatch_context_for_key \ dispatch_after \ dispatch_timer \ dispatch_timer_short \