Skip to content

Commit

Permalink
HHH-12594 Un-ignore BatchFetchBootstrapTest
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere authored and gsmet committed Jun 25, 2018
1 parent 4a53df0 commit cf891db
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -12,7 +12,6 @@
import org.hibernate.cfg.AvailableSettings;
import org.hibernate.cfg.Configuration;

import org.hibernate.testing.FailureExpected;
import org.hibernate.testing.junit4.BaseCoreFunctionalTestCase;
import org.junit.Test;

Expand All @@ -35,7 +34,6 @@ protected void buildSessionFactory() {
}

@Test
@FailureExpected( jiraKey = "HHH-12594")
public void test() {
super.buildSessionFactory();
}
Expand Down

0 comments on commit cf891db

Please sign in to comment.