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 4481b90 commit c401b39Copy full SHA for c401b39
hibernate-reactive-core/src/test/java/org/hibernate/reactive/CompositeIdManyToOneTest.java
@@ -10,6 +10,7 @@
10
import java.util.Collection;
11
import java.util.List;
12
13
+import org.junit.Ignore;
14
import org.junit.Test;
15
16
import io.vertx.ext.unit.TestContext;
@@ -22,6 +23,7 @@
22
23
import jakarta.persistence.ManyToOne;
24
import jakarta.persistence.OneToMany;
25
26
+@Ignore // This also fails in 1.1, see issue https://github.com/hibernate/hibernate-reactive/issues/1384
27
public class CompositeIdManyToOneTest extends BaseReactiveTest {
28
29
@Override
0 commit comments