mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-07 11:48:18 +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.DotName;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
import org.hibernate.AssertionFailure;
|
||||
@ -47,6 +48,7 @@
|
||||
*/
|
||||
public class EmbeddableHierarchyTest extends BaseAnnotationIndexTestCase {
|
||||
@Test
|
||||
@Ignore("HHH-6606 ignore for now")
|
||||
public void testEmbeddableHierarchy() {
|
||||
@Embeddable
|
||||
class A {
|
||||
|
Loading…
x
Reference in New Issue
Block a user