Skip to content

Commit ce24fa4

Browse files
committed
Revert "[#1506] Ignore tests removing an element from a collection of elements"
This reverts commit 971b63f.
1 parent aabec88 commit ce24fa4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
import jakarta.persistence.Table;
2121

2222
import org.junit.Before;
23-
import org.junit.Ignore;
2423
import org.junit.Test;
2524

2625
import io.smallrye.mutiny.Uni;
@@ -119,7 +118,6 @@ public void addOneElementWithMutinyAPI(TestContext context) {
119118
}
120119

121120
@Test
122-
@Ignore // see https://github.com/hibernate/hibernate-reactive/issues/1506
123121
public void removeOneElementWithStageAPI(TestContext context) {
124122
test( context, openSession()
125123
.thenCompose( session -> session
@@ -134,7 +132,6 @@ public void removeOneElementWithStageAPI(TestContext context) {
134132
}
135133

136134
@Test
137-
@Ignore // see https://github.com/hibernate/hibernate-reactive/issues/1506
138135
public void removeOneElementWithMutinyAPI(TestContext context) {
139136
test( context, getMutinySessionFactory()
140137
.withTransaction( (session, transaction) -> session
@@ -178,7 +175,6 @@ public void clearCollectionOfElementsWithMutinyAPI(TestContext context) {
178175
}
179176

180177
@Test
181-
@Ignore // see https://github.com/hibernate/hibernate-reactive/issues/1506
182178
public void removeAndAddElementWithStageAPI(TestContext context) {
183179
test( context, getSessionFactory()
184180
.withTransaction( (session, transaction) -> session
@@ -195,7 +191,6 @@ public void removeAndAddElementWithStageAPI(TestContext context) {
195191
}
196192

197193
@Test
198-
@Ignore // see https://github.com/hibernate/hibernate-reactive/issues/1506
199194
public void removeAndAddElementWithMutinyAPI(TestContext context){
200195
test ( context, getMutinySessionFactory()
201196
.withTransaction( (session, transaction) -> session

0 commit comments

Comments
 (0)