mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-12 06:04:49 +00:00
HHH-6606 ignore test org.hibernate.metamodel.source.annotations.util.EmbeddableHierarchyTest#testEmbeddableHierarchy
This commit is contained in:
parent
1525067792
commit
29bce38307
@ -32,6 +32,7 @@
|
|||||||
|
|
||||||
import org.jboss.jandex.ClassInfo;
|
import org.jboss.jandex.ClassInfo;
|
||||||
import org.jboss.jandex.DotName;
|
import org.jboss.jandex.DotName;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
import org.hibernate.AssertionFailure;
|
import org.hibernate.AssertionFailure;
|
||||||
@ -47,6 +48,7 @@
|
|||||||
*/
|
*/
|
||||||
public class EmbeddableHierarchyTest extends BaseAnnotationIndexTestCase {
|
public class EmbeddableHierarchyTest extends BaseAnnotationIndexTestCase {
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore("HHH-6606 ignore for now")
|
||||||
public void testEmbeddableHierarchy() {
|
public void testEmbeddableHierarchy() {
|
||||||
@Embeddable
|
@Embeddable
|
||||||
class A {
|
class A {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user