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 6621cc3 commit 71febfdCopy full SHA for 71febfd
hibernate-reactive-core/src/test/java/org/hibernate/reactive/FetchModeSubselectEagerTest.java
@@ -17,7 +17,6 @@
17
import org.hibernate.cfg.Configuration;
18
import org.hibernate.reactive.util.impl.CompletionStages;
19
20
-import org.junit.jupiter.api.Disabled;
21
import org.junit.jupiter.api.Test;
22
23
import io.vertx.junit5.Timeout;
@@ -120,7 +119,6 @@ public void testEagerParentFetch(VertxTestContext context) {
120
119
}
121
122
@Test
123
- @Disabled("NullPointerException: see https://hibernate.atlassian.net/browse/HHH-19874")
124
public void testEagerFetchQuery(VertxTestContext context) {
125
Node basik = new Node( "Child" );
126
basik.parent = new Node( "Parent" );
0 commit comments