Skip to content

Commit

Permalink
HSEARCH-1466 Enforce consistent order of test execution by running in…
Browse files Browse the repository at this point in the history
… alphabetical order
  • Loading branch information
Sanne committed Dec 12, 2013
1 parent 8a2355f commit 2408310
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Expand Up @@ -768,7 +768,10 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.16</version>
<configuration>
<threadCount>1</threadCount>
<reuseForks>true</reuseForks>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<runOrder>alphabetical</runOrder>
<systemPropertyVariables>
<!-- See HSEARCH-1444 -->
<hibernate.service.allow_crawling>false</hibernate.service.allow_crawling>
Expand Down

0 comments on commit 2408310

Please sign in to comment.