Browse Source

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

Oliver Szabo 8 years ago
parent
commit
40f705a665
1 changed files with 1 additions and 2 deletions
  1. 1 2
      ambari-logsearch/ambari-logsearch-web/pom.xml

+ 1 - 2
ambari-logsearch/ambari-logsearch-web/pom.xml

@@ -78,7 +78,6 @@
               <arguments>build-prod</arguments>
               <arguments>build-prod</arguments>
             </configuration>
             </configuration>
           </execution>
           </execution>
-          <!-- TODO: Use this for testing and make it skippable:
           <execution>
           <execution>
             <id>run tests</id>
             <id>run tests</id>
             <phase>test</phase>
             <phase>test</phase>
@@ -87,9 +86,9 @@
            </goals>
            </goals>
            <configuration>
            <configuration>
             <arguments>test</arguments>
             <arguments>test</arguments>
+            <skip>${skipTests}</skip>
            </configuration>
            </configuration>
           </execution>
           </execution>
-          -->
         </executions>
         </executions>
       </plugin>
       </plugin>
       <plugin>
       <plugin>