There was an error while loading. Please reload this page.
1 parent d796a17 commit 41f3cdbCopy full SHA for 41f3cdb
hibernate-reactive-core/src/test/java/org/hibernate/reactive/FetchModeSubselectEagerTest.java
@@ -17,6 +17,7 @@
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;
@@ -117,6 +118,7 @@ public void testEagerParentFetch(VertxTestContext context) {
117
118
}
119
120
@Test
121
+@Disabled("NullPointerException: see https://hibernate.atlassian.net/browse/HHH-19874")
122
public void testEagerFetchQuery(VertxTestContext context) {
123
124
Node basik = new Node( "Child" );
0 commit comments