Skip to content

Commit 6d6456c

Browse files
committed
No need to exclude abstract test classes from Surefire runs
1 parent 22d62e4 commit 6d6456c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ limitations under the License.
178178
<artifactId>maven-surefire-plugin</artifactId>
179179
<configuration>
180180
<excludes>
181-
<exclude>**/*AbstractTest.java</exclude>
182181
<exclude>**/*PerformanceTest.java</exclude>
183182
</excludes>
184183
</configuration>

0 commit comments

Comments
 (0)