You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by go...@apache.org on 2015/07/07 01:50:33 UTC

incubator-slider git commit: SLIDER-907 AgentWebPagesIT#testAgentWeb fails on wire encrypted clusters (disable test)

Repository: incubator-slider
Updated Branches:
  refs/heads/develop de6a91b98 -> 04fd60bc9


SLIDER-907 AgentWebPagesIT#testAgentWeb fails on wire encrypted clusters (disable test)


Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/04fd60bc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/04fd60bc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/04fd60bc

Branch: refs/heads/develop
Commit: 04fd60bc9d0fa4d6d8ad194d32fd4cbc7d590d31
Parents: de6a91b
Author: Gour Saha <go...@apache.org>
Authored: Mon Jul 6 16:50:01 2015 -0700
Committer: Gour Saha <go...@apache.org>
Committed: Mon Jul 6 16:50:01 2015 -0700

----------------------------------------------------------------------
 .../org/apache/slider/funtest/lifecycle/AgentWebPagesIT.groovy     | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/04fd60bc/slider-funtest/src/test/groovy/org/apache/slider/funtest/lifecycle/AgentWebPagesIT.groovy
----------------------------------------------------------------------
diff --git a/slider-funtest/src/test/groovy/org/apache/slider/funtest/lifecycle/AgentWebPagesIT.groovy b/slider-funtest/src/test/groovy/org/apache/slider/funtest/lifecycle/AgentWebPagesIT.groovy
index 5e234a4..62be615 100644
--- a/slider-funtest/src/test/groovy/org/apache/slider/funtest/lifecycle/AgentWebPagesIT.groovy
+++ b/slider-funtest/src/test/groovy/org/apache/slider/funtest/lifecycle/AgentWebPagesIT.groovy
@@ -46,6 +46,7 @@ import org.apache.slider.funtest.framework.SliderShell
 import org.apache.slider.server.appmaster.rpc.RpcBinder
 import org.junit.After
 import org.junit.Before
+import org.junit.Ignore
 import org.junit.Test
 
 import static org.apache.slider.server.appmaster.web.rest.RestPaths.SYSTEM_HEALTHCHECK
@@ -71,6 +72,7 @@ public class AgentWebPagesIT extends AgentCommandTestBase
   }
 
   @Test
+  @Ignore("SLIDER-907")
   public void testAgentWeb() throws Throwable {
     describe("Web queries & REST operations against an AM")