We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a28a6a commit 582f971Copy full SHA for 582f971
hibernate-reactive-core/src/test/java/org/hibernate/reactive/BatchFetchTest.java
@@ -15,7 +15,6 @@
15
import org.hibernate.annotations.BatchSize;
16
17
import org.junit.jupiter.api.AfterEach;
18
-import org.junit.jupiter.api.Disabled;
19
import org.junit.jupiter.api.Test;
20
21
import io.vertx.junit5.Timeout;
@@ -60,7 +59,6 @@ public void cleanDb(VertxTestContext context) {
60
59
}
61
62
@Test
63
- @Disabled// See https://github.com/hibernate/hibernate-reactive/issues/1501
64
public void testQuery(VertxTestContext context) {
65
Node basik = new Node( "Child" );
66
basik.parent = new Node( "Parent" );
0 commit comments