Skip to content

Commit

Permalink
Ignoring shell tests again temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed May 13, 2014
1 parent 5c271a7 commit e5a1e34
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions shell/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,15 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skipTests>true</skipTests>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit e5a1e34

Please sign in to comment.