From dbf28d7f8f2ccab472e6dc7e3147d9d350d61862 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Tue, 10 Jul 2018 15:29:43 -0700 Subject: [PATCH] Disable get_url tests on RHEL, FreeBSD and OSX. The httpbin.org test endpoint is too unstable for the tests to pass reliably. --- test/integration/targets/get_url/aliases | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/integration/targets/get_url/aliases b/test/integration/targets/get_url/aliases index 8e7d715f9c0..332ee5c620e 100644 --- a/test/integration/targets/get_url/aliases +++ b/test/integration/targets/get_url/aliases @@ -1,2 +1,5 @@ destructive posix/ci/group1 +skip/rhel +skip/freebsd +skip/osx