Skip to content

Commit

Permalink
Disabled SimpleMemoryAllocatorJUnitTest.testClosed until it is fixed
Browse files Browse the repository at this point in the history
This is causing the test run to crash when it fails.
  • Loading branch information
Sai Boorlagadda authored and upthewaterspout committed Dec 19, 2015
1 parent af654ca commit e3d24d7
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
import java.util.Collections;
import java.util.concurrent.atomic.AtomicReference;

import org.junit.Ignore;
import org.junit.Test;
import org.junit.experimental.categories.Category;

Expand Down Expand Up @@ -437,6 +438,11 @@ public void testMemoryInspection() {
}
}

/* This test fails intermittently.
* Disabling it until this test case is fixed. GEODE-701
* Sonar test coverage job has failed due to this test failure.
*/
@Ignore("Disabled for GEODE-701")
@Test
public void testClose() {
UnsafeMemoryChunk slab = new UnsafeMemoryChunk(1024*1024);
Expand Down

0 comments on commit e3d24d7

Please sign in to comment.