HHH-12594 Un-ignore BatchFetchBootstrapTest

This commit is contained in:
Yoann Rodière 2018-06-25 14:22:11 +02:00
parent e1bcfc12cf
commit e5dc635a52
1 changed files with 0 additions and 2 deletions

View File

@ -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();
} }