Skip to content

Commit 582f971

Browse files
blafondDavideD
authored andcommitted
[#1501] enable BatchFetchTest.testQuery()
1 parent 3a28a6a commit 582f971

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

hibernate-reactive-core/src/test/java/org/hibernate/reactive/BatchFetchTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
import org.hibernate.annotations.BatchSize;
1616

1717
import org.junit.jupiter.api.AfterEach;
18-
import org.junit.jupiter.api.Disabled;
1918
import org.junit.jupiter.api.Test;
2019

2120
import io.vertx.junit5.Timeout;
@@ -60,7 +59,6 @@ public void cleanDb(VertxTestContext context) {
6059
}
6160

6261
@Test
63-
@Disabled// See https://github.com/hibernate/hibernate-reactive/issues/1501
6462
public void testQuery(VertxTestContext context) {
6563
Node basik = new Node( "Child" );
6664
basik.parent = new Node( "Parent" );

0 commit comments

Comments
 (0)