You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sm...@apache.org on 2015/11/19 01:00:57 UTC

ambari git commit: AMBARI-13962. Disable functional test StartStopServerTest (Nahappan Somasundaram via smohanty)

Repository: ambari
Updated Branches:
  refs/heads/trunk 499167caa -> 396e8725a


AMBARI-13962. Disable functional test StartStopServerTest (Nahappan Somasundaram via smohanty)


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

Branch: refs/heads/trunk
Commit: 396e8725a3d3232a6672c65f9c3829ec6ddbf3b6
Parents: 499167c
Author: Sumit Mohanty <sm...@hortonworks.com>
Authored: Wed Nov 18 16:00:48 2015 -0800
Committer: Sumit Mohanty <sm...@hortonworks.com>
Committed: Wed Nov 18 16:00:48 2015 -0800

----------------------------------------------------------------------
 .../ambari/server/functionaltests/server/StartStopServerTest.java  | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/396e8725/ambari-server/src/test/java/org/apache/ambari/server/functionaltests/server/StartStopServerTest.java
----------------------------------------------------------------------
diff --git a/ambari-server/src/test/java/org/apache/ambari/server/functionaltests/server/StartStopServerTest.java b/ambari-server/src/test/java/org/apache/ambari/server/functionaltests/server/StartStopServerTest.java
index 604ef9e..c49a01e 100644
--- a/ambari-server/src/test/java/org/apache/ambari/server/functionaltests/server/StartStopServerTest.java
+++ b/ambari-server/src/test/java/org/apache/ambari/server/functionaltests/server/StartStopServerTest.java
@@ -22,6 +22,7 @@ import org.apache.ambari.server.configuration.Configuration;
 import org.apache.ambari.server.orm.InMemoryDefaultTestModule;
 import org.junit.After;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Test;
 
 import java.util.Properties;
@@ -47,6 +48,7 @@ import org.apache.http.HttpStatus;
  * Simple test that starts the local ambari server,
  * tests it's status and shuts down the server.
  */
+@Ignore
 public class StartStopServerTest {
   /**
    * Run the ambari server on a thread.