Add FailureExpcted to EmbeddedTest for @Parent annotation

This commit is contained in:
Andrea Boriero 2020-02-06 18:26:18 +00:00
parent 9d7c4f98e3
commit d77adbfc13
1 changed files with 1 additions and 0 deletions

View File

@ -485,6 +485,7 @@ public class EmbeddedTest {
}
@Test
@FailureExpected(reason = "@Parent annotation mapping has not yet been implemented")
public void testParent(SessionFactoryScope scope) {
Book book = new Book();
scope.inTransaction(