Skip to content

Commit

Permalink
Merge pull request #35 from pskumar448/master
Browse files Browse the repository at this point in the history
Enabled existing tests.
  • Loading branch information
pskumar448 authored Sep 4, 2017
2 parents af81023 + 66cc683 commit ba5aa38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<properties>
<jenkins.version>1.651.3</jenkins.version>
<java.level>7</java.level>
<jenkins-test-harness.version>2.1</jenkins-test-harness.version>
</properties>

<developers>
Expand Down Expand Up @@ -120,9 +119,10 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.19.1</version>
<configuration>
<skipTests>true</skipTests>
<excludes>
<exclude>InjectedTest.java</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit ba5aa38

Please sign in to comment.