Skip to content

Commit

Permalink
Disabling UI tests for release task #2
Browse files Browse the repository at this point in the history
  • Loading branch information
rkorytkowski committed Nov 10, 2016
1 parent 9e97eee commit e3a052d
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions ui-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,38 +36,6 @@


<profiles>
<profile>
<id>run-build-tests</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<build>
<plugins>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.18.1</version>
<configuration>
<skipTests>false</skipTests>
<groups>org.openmrs.reference.groups.BuildTests</groups>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>run-all-tests</id>
<build>
<plugins>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.18.1</version>
<configuration>
<skipTests>false</skipTests>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>ci</id>

Expand Down

0 comments on commit e3a052d

Please sign in to comment.