Skip to content

Commit

Permalink
Disabling UI tests for release task
Browse files Browse the repository at this point in the history
  • Loading branch information
rkorytkowski committed Nov 10, 2016
1 parent e42d22d commit 9e97eee
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ui-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.18.1</version>
<configuration>
<skipTests>false</skipTests>
<groups>org.openmrs.reference.groups.BuildTests</groups>
</configuration>
</plugin>
Expand All @@ -60,6 +61,9 @@
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.18.1</version>
<configuration>
<skipTests>false</skipTests>
</configuration>
</plugin>
</plugins>
</build>
Expand All @@ -77,8 +81,8 @@
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<configuration>
<skipTests>false</skipTests>
<groups>org.openmrs.reference.groups.BuildTests</groups>
<runOrder>alphabetical</runOrder>
<forkCount>5</forkCount>
<reuseForks>true</reuseForks>
</configuration>
Expand Down Expand Up @@ -119,6 +123,7 @@
</execution>
</executions>
<configuration>
<skipTests>true</skipTests>
<rerunFailingTestsCount>1</rerunFailingTestsCount>
<runOrder>alphabetical</runOrder>
<includes>
Expand Down

0 comments on commit 9e97eee

Please sign in to comment.