HHH-6606 ignore test org.hibernate.metamodel.source.annotations.util.EmbeddableHierarchyTest#testEmbeddableHierarchy

This commit is contained in:
Strong Liu 2011-08-29 14:20:24 +08:00
parent 1525067792
commit 29bce38307
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@ import javax.persistence.Id;
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 @@ import static org.junit.Assert.assertFalse;
*/
public class EmbeddableHierarchyTest extends BaseAnnotationIndexTestCase {
@Test
@Ignore("HHH-6606 ignore for now")
public void testEmbeddableHierarchy() {
@Embeddable
class A {