Repository: trafficserver
Updated Branches:
  refs/heads/master 5bb5b237b -> 502a3b504


Disable tests of enable-static-proxy until TS-3577 is resolved


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/ba2f1239
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/ba2f1239
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/ba2f1239

Branch: refs/heads/master
Commit: ba2f1239d5b4cc1ece8c1df199310d12a5e9de86
Parents: 5bb5b23
Author: Thomas Jackson <jackso...@apache.org>
Authored: Thu Apr 30 17:35:47 2015 -0700
Committer: Thomas Jackson <jackso...@apache.org>
Committed: Thu Apr 30 17:35:47 2015 -0700

----------------------------------------------------------------------
 ci/tsqa/tests/test_buildoptions.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/ba2f1239/ci/tsqa/tests/test_buildoptions.py
----------------------------------------------------------------------
diff --git a/ci/tsqa/tests/test_buildoptions.py 
b/ci/tsqa/tests/test_buildoptions.py
index 35e97b7..986e53d 100644
--- a/ci/tsqa/tests/test_buildoptions.py
+++ b/ci/tsqa/tests/test_buildoptions.py
@@ -58,7 +58,9 @@ class TestBuildOptionDisableTests(TestBuildOption):
 class TestBuildOptionEnableStaticProxy(TestBuildOption):
     '''Build with --enable-static-proxy'''
     environment_factory = { 'configure': { 'enable-static-proxy': None }, }
-
+    @classmethod
+    def setUpClass(cls):
+        raise helpers.unittest.SkipTest('Skip until TS-3577 is resolved')
 
 class TestBuildOptionEnableCxxApi(TestBuildOption):
     '''Build with --enable-cppapi'''

Reply via email to