From c3293b3f7e1792ffec9c508b24e4ee45ecf1c7e1 Mon Sep 17 00:00:00 2001
From: Gregory Haynes <greg@greghaynes.net>
Date: Thu, 8 Dec 2016 19:40:08 -0800
Subject: [PATCH] Disable centos6 testing

Centos6 is no longer reasonable to expect to function with openstack,
and infra does not host a mirror for it.

Change-Id: I95ccf5840807fee73d6e78d596c82709e476bb3a
---
 tests/run_functests.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/run_functests.sh b/tests/run_functests.sh
index 84b6d38e8..2e9ea4440 100755
--- a/tests/run_functests.sh
+++ b/tests/run_functests.sh
@@ -23,6 +23,8 @@ DEFAULT_SKIP_TESTS=(
     debian-minimal/testing-build-succeeds
     # Currently failing due to bug in locale generation
     centos-minimal/build-succeeds
+    # No longer reasonable to test upstream (lacks a mirror in infra)
+    centos/build-succeeds
 )
 
 function log_with_prefix {