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