소스 검색

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

Sumit Mohanty 9 년 전
부모
커밋
396e8725a3
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      ambari-server/src/test/java/org/apache/ambari/server/functionaltests/server/StartStopServerTest.java

+ 2 - 0
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.