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 cf5b2f3 commit 5af84d1Copy full SHA for 5af84d1
hibernate-reactive-core/src/test/java/org/hibernate/reactive/BlockSequenceGeneratorTest.java
@@ -9,7 +9,6 @@
9
import java.util.List;
10
import java.util.Objects;
11
12
-import org.junit.Ignore;
13
import org.junit.Test;
14
15
import io.vertx.ext.unit.TestContext;
@@ -19,8 +18,6 @@
19
18
import jakarta.persistence.SequenceGenerator;
20
import jakarta.persistence.Table;
21
import jakarta.persistence.Version;
22
-
23
-@Ignore // ORM-6 it gets stuck, I'm not sure why
24
public class BlockSequenceGeneratorTest extends BaseReactiveTest {
25
26
@Override
0 commit comments