From 8ac364f8b40aaab3ed96ce110781af4429e8a5d4 Mon Sep 17 00:00:00 2001
From: abobrov <abobrov@localhost>
Date: Wed, 09 Jan 2008 15:55:25 +0000
Subject: [PATCH] - disable pre-load test temporarily as it does not clean things up properly on teardown and causing some nightly tests to fail.
---
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/PreloadEntryCacheTestCase.java | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/PreloadEntryCacheTestCase.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/PreloadEntryCacheTestCase.java
index c2e5f0b..2a13187 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/PreloadEntryCacheTestCase.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/PreloadEntryCacheTestCase.java
@@ -50,7 +50,7 @@
/**
* The entry cache pre-load test class.
*/
-@Test(groups = { "entrycache", "slow" }, sequential=true)
+@Test(enabled=false, groups = { "entrycache", "slow" }, sequential=true)
public class PreloadEntryCacheTestCase
extends ExtensionsTestCase
{
@@ -74,7 +74,7 @@
*
* @throws Exception If an unexpected problem occurs.
*/
- @BeforeClass()
+ @BeforeClass(enabled=false)
@SuppressWarnings("unchecked")
public void preloadEntryCacheTestInit()
throws Exception
@@ -164,7 +164,7 @@
/**
* Tests the entry cache pre-load.
*/
- @Test()
+ @Test(enabled=false)
public void testEntryCachePreload()
throws Exception
{
@@ -195,7 +195,7 @@
*
* @throws Exception If an unexpected problem occurs.
*/
- @AfterClass()
+ @AfterClass(enabled=false)
public void preloadEntryCacheTestFini()
throws Exception
{
--
Gitblit v1.10.0