mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

abobrov
09.55.2008 8ac364f8b40aaab3ed96ce110781af4429e8a5d4
- disable pre-load test temporarily as it does not clean things up properly on teardown and causing some nightly tests to fail.

1 files modified
8 ■■■■ changed files
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/PreloadEntryCacheTestCase.java 8 ●●●● patch | view | raw | blame | history
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
  {