You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sw...@apache.org on 2017/09/26 22:26:12 UTC

[13/50] [abbrv] ambari git commit: AMBARI-22019. Enable logsearch-web unit tests and make them skippable (oleewere)

AMBARI-22019. Enable logsearch-web unit tests and make them skippable (oleewere)


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

Branch: refs/heads/branch-3.0-ams
Commit: 40f705a6654907014eae6a1981622ae404fda1e8
Parents: 9e93c47
Author: Oliver Szabo <ol...@gmail.com>
Authored: Thu Sep 21 12:52:45 2017 +0200
Committer: Oliver Szabo <ol...@gmail.com>
Committed: Fri Sep 22 13:11:15 2017 +0200

----------------------------------------------------------------------
 ambari-logsearch/ambari-logsearch-web/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/40f705a6/ambari-logsearch/ambari-logsearch-web/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-logsearch/ambari-logsearch-web/pom.xml b/ambari-logsearch/ambari-logsearch-web/pom.xml
index 7a6b02e..f27c2c6 100644
--- a/ambari-logsearch/ambari-logsearch-web/pom.xml
+++ b/ambari-logsearch/ambari-logsearch-web/pom.xml
@@ -78,7 +78,6 @@
               <arguments>build-prod</arguments>
             </configuration>
           </execution>
-          <!-- TODO: Use this for testing and make it skippable:
           <execution>
             <id>run tests</id>
             <phase>test</phase>
@@ -87,9 +86,9 @@
            </goals>
            <configuration>
             <arguments>test</arguments>
+            <skip>${skipTests}</skip>
            </configuration>
           </execution>
-          -->
         </executions>
       </plugin>
       <plugin>