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

neil_a_wilson
29.02.2007 faab8931a8a71e27c0a16796fc35d6daa4d59004
Temporarily disable some filesystem entry cache test cases because it appears
that new bug in dsconfig is causing them to fail.

OpenDS Issue Number: 2192
1 files modified
4 ■■■■ changed files
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/FileSystemEntryCacheTestCase.java 4 ●●●● patch | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/FileSystemEntryCacheTestCase.java
@@ -619,7 +619,7 @@
  /**
   * Tests cache persistence with consistent backend.
   */
  @Test(groups = "slow")
  @Test(enabled=false, groups = "slow")
  @SuppressWarnings("unchecked")
  public void testCachePersistence()
         throws Exception
@@ -672,7 +672,7 @@
  /**
   * Tests cache persistence with inconsistent backend.
   */
  @Test(groups = "slow")
  @Test(enabled=false, groups = "slow")
  @SuppressWarnings("unchecked")
  public void testCachePersistenceInconsistent()
         throws Exception