Skip to content

Commit

Permalink
Run slow or flaky tests in test phase
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwiseman committed Jul 15, 2020
1 parent bdd5fe9 commit 9071bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@
</execution>
<execution>
<id>slow-or-flaky-test</id>
<phase>integration-test</phase>
<phase>test</phase>
<goals>
<goal>test</goal>
</goals>
Expand Down

0 comments on commit 9071bef

Please sign in to comment.