Skip to content

Commit b0184e6

Browse files
Include *TestSuite classes in the failsafe run (#703)
Co-authored-by: Maxim Thomas <maxim.thomas@gmail.com>
1 parent 2b95a69 commit b0184e6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

opendj-server-legacy/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
information: "Portions Copyright [year] [name of copyright owner]".
1414
1515
Copyright 2011-2016 ForgeRock AS.
16-
Portions Copyright 2017-2025 3A Systems, LLC.
16+
Portions Copyright 2017-2026 3A Systems, LLC.
1717
-->
1818
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1919

@@ -1269,6 +1269,7 @@
12691269
<include>**/*Tests.java</include>
12701270
<include>**/*TestCase.java</include>
12711271
<include>**/*TestCases.java</include>
1272+
<include>**/*TestSuite.java</include>
12721273
</includes>
12731274
<properties>
12741275
<property>

0 commit comments

Comments
 (0)