HHH-12594 Un-ignore BatchFetchBootstrapTest
This commit is contained in:
parent
e1bcfc12cf
commit
e5dc635a52
|
@ -12,7 +12,6 @@ import javax.persistence.MappedSuperclass;
|
||||||
import org.hibernate.cfg.AvailableSettings;
|
import org.hibernate.cfg.AvailableSettings;
|
||||||
import org.hibernate.cfg.Configuration;
|
import org.hibernate.cfg.Configuration;
|
||||||
|
|
||||||
import org.hibernate.testing.FailureExpected;
|
|
||||||
import org.hibernate.testing.junit4.BaseCoreFunctionalTestCase;
|
import org.hibernate.testing.junit4.BaseCoreFunctionalTestCase;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
|
@ -35,7 +34,6 @@ public class BatchFetchBootstrapTest extends BaseCoreFunctionalTestCase {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@FailureExpected( jiraKey = "HHH-12594")
|
|
||||||
public void test() {
|
public void test() {
|
||||||
super.buildSessionFactory();
|
super.buildSessionFactory();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue