Run slow or flaky tests in test phase

This commit is contained in:
Liam Newman
2020-07-15 15:05:26 -07:00
parent bdd5fe98f3
commit 9071befb04

View File

@@ -297,7 +297,7 @@
</execution>
<execution>
<id>slow-or-flaky-test</id>
<phase>integration-test</phase>
<phase>test</phase>
<goals>
<goal>test</goal>
</goals>