Skip to content

Commit 5af84d1

Browse files
committed
Re-enable BlockSequenceGeneratorTest
1 parent cf5b2f3 commit 5af84d1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
import java.util.List;
1010
import java.util.Objects;
1111

12-
import org.junit.Ignore;
1312
import org.junit.Test;
1413

1514
import io.vertx.ext.unit.TestContext;
@@ -19,8 +18,6 @@
1918
import jakarta.persistence.SequenceGenerator;
2019
import jakarta.persistence.Table;
2120
import jakarta.persistence.Version;
22-
23-
@Ignore // ORM-6 it gets stuck, I'm not sure why
2421
public class BlockSequenceGeneratorTest extends BaseReactiveTest {
2522

2623
@Override

0 commit comments

Comments
 (0)