You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hibernate-reactive-core/src/test/java/org/hibernate/reactive/EagerElementCollectionForBasicTypeSetTest.java
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@
20
20
importjakarta.persistence.Table;
21
21
22
22
importorg.junit.Before;
23
+
importorg.junit.Ignore;
23
24
importorg.junit.Test;
24
25
25
26
importio.smallrye.mutiny.Uni;
@@ -118,6 +119,7 @@ public void addOneElementWithMutinyAPI(TestContext context) {
118
119
}
119
120
120
121
@Test
122
+
@Ignore// see https://github.com/hibernate/hibernate-reactive/issues/1506
0 commit comments