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/plugin/StateMachineTest.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/StateMachineTest.java b/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/StateMachineTest.java
index 1f2d7e3..2299af4 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/StateMachineTest.java
+++ b/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/StateMachineTest.java
@@ -293,7 +293,7 @@
* ->NC->N->D->N->NC
* @throws Exception If a problem occurred
*/
- @Test(enabled=true, groups="slow", dataProvider="stateMachineStatusAnalyzerTestProvider")
+ @Test(enabled=true, dataProvider="stateMachineStatusAnalyzerTestProvider")
public void testStateMachineStatusAnalyzer(int thresholdValue) throws Throwable
{
String testCase = "testStateMachineStatusAnalyzer with threhold " + thresholdValue;
--
Gitblit v1.10.0