Skip to content

Commit

Permalink
Remove fast-tests maven target.
Browse files Browse the repository at this point in the history
Many of our tests store data in static fields, so the tests cannot be run in parallel.

Fixes #1297
  • Loading branch information
svzdvd authored and kcooney committed May 25, 2017
1 parent 3dc8cce commit 9ee3814
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -558,19 +558,5 @@
</plugins>
</reporting>
</profile>
<profile>
<id>fast-tests</id>
<build>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<parallel>classes</parallel>
<threadCountClasses>2</threadCountClasses>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>

0 comments on commit 9ee3814

Please sign in to comment.