From b0184e6f0c538ef26c3b43c1aa102022c97cedb2 Mon Sep 17 00:00:00 2001
From: Valery Kharseko <vharseko@3a-systems.ru>
Date: Wed, 08 Jul 2026 17:14:14 +0000
Subject: [PATCH] Include *TestSuite classes in the failsafe run (#703)

---
 opendj-server-legacy/pom.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/opendj-server-legacy/pom.xml b/opendj-server-legacy/pom.xml
index 8899058..0bce01f 100644
--- a/opendj-server-legacy/pom.xml
+++ b/opendj-server-legacy/pom.xml
@@ -13,7 +13,7 @@
   information: "Portions Copyright [year] [name of copyright owner]".
 
   Copyright 2011-2016 ForgeRock AS.
-  Portions Copyright 2017-2025 3A Systems, LLC.
+  Portions Copyright 2017-2026 3A Systems, LLC.
 -->
 <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">
 
@@ -1269,6 +1269,7 @@
                     <include>**/*Tests.java</include>
                     <include>**/*TestCase.java</include>
                     <include>**/*TestCases.java</include>
+                    <include>**/*TestSuite.java</include>
                   </includes>
                   <properties>
                     <property>

--
Gitblit v1.10.0