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/protocols/jmx/PostConnectedDisconnectTest.java | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/opendj-server-legacy/src/test/java/org/opends/server/protocols/jmx/PostConnectedDisconnectTest.java b/opendj-server-legacy/src/test/java/org/opends/server/protocols/jmx/PostConnectedDisconnectTest.java
index cec63bd..58046b7 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/protocols/jmx/PostConnectedDisconnectTest.java
+++ b/opendj-server-legacy/src/test/java/org/opends/server/protocols/jmx/PostConnectedDisconnectTest.java
@@ -13,6 +13,7 @@
*
* Copyright 2006-2008 Sun Microsystems, Inc.
* Portions Copyright 2014-2016 ForgeRock AS.
+ * Portions Copyright 2026 3A Systems, LLC
*/
package org.opends.server.protocols.jmx;
@@ -91,7 +92,7 @@
* Perform a simple connect.
* @throws Exception If something wrong occurs.
*/
- @Test(enabled = false, groups = "slow")
+ @Test
public void checkPostConnectDisconnectPlugin() throws Exception
{
// Before the test, how many time postconnect and postdisconnect
--
Gitblit v1.10.0