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
| | |
| | | /** |
| | | * Tests cache persistence with consistent backend. |
| | | */ |
| | | @Test(groups = "slow") |
| | | @Test(enabled=false, groups = "slow") |
| | | @SuppressWarnings("unchecked") |
| | | public void testCachePersistence() |
| | | throws Exception |
| | |
| | | /** |
| | | * Tests cache persistence with inconsistent backend. |
| | | */ |
| | | @Test(groups = "slow") |
| | | @Test(enabled=false, groups = "slow") |
| | | @SuppressWarnings("unchecked") |
| | | public void testCachePersistenceInconsistent() |
| | | throws Exception |