HHH-9800 - Numerous hibernate-infinispan tests continue to fail transiently

This commit is contained in:
Steve Ebersole 2015-05-15 08:49:46 -05:00
parent 30aa9dcf50
commit a50e5f3623
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,7 @@ import org.hibernate.cache.spi.QueryResultsRegion;
import org.hibernate.cache.spi.Region;
import org.hibernate.test.cache.infinispan.util.CacheTestUtil;
import org.junit.Ignore;
import org.junit.Test;
import org.infinispan.AdvancedCache;
@ -78,6 +79,7 @@ public abstract class AbstractGeneralDataRegionTestCase extends AbstractRegionIm
}
@Test
@Ignore // currently ignored because of HHH-9800
public void testEvict() throws Exception {
evictOrRemoveTest();
}