Skip to content

Commit 41f3cdb

Browse files
committed
[hibernate#2640] Disable FetchModeSubSelectTest#testEagerFetchQuery
1 parent d796a17 commit 41f3cdb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
import org.hibernate.cfg.Configuration;
1818
import org.hibernate.reactive.util.impl.CompletionStages;
1919

20+
import org.junit.jupiter.api.Disabled;
2021
import org.junit.jupiter.api.Test;
2122

2223
import io.vertx.junit5.Timeout;
@@ -117,6 +118,7 @@ public void testEagerParentFetch(VertxTestContext context) {
117118
}
118119

119120
@Test
121+
@Disabled("NullPointerException: see https://hibernate.atlassian.net/browse/HHH-19874")
120122
public void testEagerFetchQuery(VertxTestContext context) {
121123

122124
Node basik = new Node( "Child" );

0 commit comments

Comments
 (0)