From 2b95a6954d1a76fbdb4733283b86df30ce70d4d0 Mon Sep 17 00:00:00 2001
From: Valery Kharseko <vharseko@3a-systems.ru>
Date: Wed, 08 Jul 2026 17:13:43 +0000
Subject: [PATCH] Enable the remaining slow-group tests in the default build (#702)

---
 opendj-server-legacy/src/test/java/org/opends/server/replication/GenerationIdTest.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opendj-server-legacy/src/test/java/org/opends/server/replication/GenerationIdTest.java b/opendj-server-legacy/src/test/java/org/opends/server/replication/GenerationIdTest.java
index 890b8eb..ed0dd5a 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/replication/GenerationIdTest.java
+++ b/opendj-server-legacy/src/test/java/org/opends/server/replication/GenerationIdTest.java
@@ -1071,7 +1071,7 @@
    * Test generationID saving when the root entry does not exist
    * at the moment when the replication is enabled.
    */
-  @Test(dependsOnMethods = { "testMultiRS" }, groups = "slow")
+  @Test(dependsOnMethods = { "testMultiRS" })
   public void testServerStop() throws Exception
   {
     String testCase = "testServerStop";
@@ -1112,7 +1112,7 @@
    * Loop opening sessions to the Replication Server
    * to check that it handle correctly disconnection and reconnection.
    */
-  @Test(dependsOnMethods = { "testServerStop" }, groups = "slow")
+  @Test(dependsOnMethods = { "testServerStop" })
   public void testLoop() throws Exception
   {
     String testCase = "testLoop";

--
Gitblit v1.10.0