Skip to content

Commit

Permalink
HHH-9800 - Numerous hibernate-infinispan tests continue to fail trans…
Browse files Browse the repository at this point in the history
…iently
  • Loading branch information
sebersole committed May 15, 2015
1 parent 30aa9dc commit a50e5f3
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -34,6 +34,7 @@
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;
Expand Down Expand Up @@ -78,6 +79,7 @@ protected void removeFromRegion(Region region, Object key) {
}

@Test
@Ignore // currently ignored because of HHH-9800
public void testEvict() throws Exception {
evictOrRemoveTest();
}
Expand Down

0 comments on commit a50e5f3

Please sign in to comment.