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

abobrov
09.55.2008 9b862058f75200c4811bd7aeb2260cab9f5da252
- 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
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/PreloadEntryCacheTestCase.java 8 ●●●● patch | view | raw | blame | history
opendj-sdk/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
  {