JPA TCK challenge

This commit is contained in:
Steve Ebersole 2017-12-11 13:56:41 -06:00
parent 7fc5d3e856
commit 7c6b8cbd4e

View File

@ -19,6 +19,7 @@
import org.hibernate.boot.MetadataSources;
import org.hibernate.testing.FailureExpected;
import org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase;
import org.junit.Test;
@ -63,6 +64,7 @@ public void testReferenceToAlreadyMappedColumn() {
}
@Test
@FailureExpected( jiraKey = "HHH-12150" )
public void testReferenceToNonMappedColumn() {
inTransaction(
session -> {