mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-16 16:15:06 +00:00
HHH-9107 @FailureExpectedWithNewMetamodel
This commit is contained in:
parent
8c94c30eb7
commit
42217d78bc
@ -30,6 +30,7 @@
|
||||
|
||||
import org.hibernate.Session;
|
||||
import org.hibernate.WrongClassException;
|
||||
import org.hibernate.testing.FailureExpectedWithNewMetamodel;
|
||||
import org.hibernate.testing.TestForIssue;
|
||||
import org.hibernate.testing.junit4.BaseCoreFunctionalTestCase;
|
||||
import org.junit.Test;
|
||||
@ -39,6 +40,7 @@
|
||||
* @author Brett Meyer
|
||||
*/
|
||||
@TestForIssue(jiraKey = "HHH-9028")
|
||||
@FailureExpectedWithNewMetamodel(message = "AbstractEntityPersister#cacheAccessStrategy is null -- @Cache not getting handled correctly?")
|
||||
public class PolymorphicCacheTest extends BaseCoreFunctionalTestCase {
|
||||
@Override
|
||||
protected Class<?>[] getAnnotatedClasses() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user