Re-enable additional tests
This commit is contained in:
parent
2873440a25
commit
dc3b3db512
|
@ -19,7 +19,6 @@ import org.hibernate.orm.test.jpa.BaseEntityManagerFunctionalTestCase;
|
|||
import org.hibernate.stat.CacheRegionStatistics;
|
||||
import org.hibernate.stat.Statistics;
|
||||
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
import jakarta.persistence.CacheRetrieveMode;
|
||||
|
@ -40,8 +39,6 @@ import static org.junit.Assert.assertNotNull;
|
|||
/**
|
||||
* @author Vlad Mihalcea
|
||||
*/
|
||||
@Ignore
|
||||
//@FailureExpected(jiraKey = "HHH-12146", message = "No idea why those changes cause this to fail, especially in the way it does")
|
||||
public class SecondLevelCacheTest extends BaseEntityManagerFunctionalTestCase {
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue