From b88ceda47fd49357a0dff3f5f3cdb575148926e8 Mon Sep 17 00:00:00 2001
From: david_page <david_page@localhost>
Date: Wed, 25 Jul 2007 17:12:37 +0000
Subject: [PATCH] Temporarily disable password history test due to spurious failures in nightly builds.
---
opends/tests/unit-tests-testng/src/server/org/opends/server/core/PasswordPolicyTestCase.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/core/PasswordPolicyTestCase.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/core/PasswordPolicyTestCase.java
index 85d6569..72a650a 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/core/PasswordPolicyTestCase.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/core/PasswordPolicyTestCase.java
@@ -4827,7 +4827,7 @@
*
* @throws Exception If an unexpected problem occurs.
*/
- @Test()
+ @Test(enabled=false)
public void testPasswordHistoryUsingCount()
throws Exception
{
--
Gitblit v1.10.0