Skip to content

Commit a5e96c6

Browse files
committed
[#2412] Removed @DisabledFor annotation from JoinedSubclassInheritanceTest
1 parent 9658fff commit a5e96c6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
*/
66
package org.hibernate.reactive;
77

8-
import org.hibernate.reactive.annotations.DisabledFor;
9-
108
import org.junit.jupiter.api.Assertions;
119
import org.junit.jupiter.api.Test;
1210

@@ -30,7 +28,6 @@
3028

3129
import static java.util.concurrent.TimeUnit.MINUTES;
3230
import static org.assertj.core.api.Assertions.assertThat;
33-
import static org.hibernate.reactive.containers.DatabaseConfiguration.DBType.POSTGRESQL;
3431

3532
@Timeout(value = 10, timeUnit = MINUTES)
3633

@@ -189,7 +186,6 @@ public void testQueryUpdateWithParameters(VertxTestContext context) {
189186
}
190187

191188
@Test
192-
@DisabledFor(value = POSTGRESQL, reason = "https://github.com/hibernate/hibernate-reactive/issues/2412")
193189
public void testHqlInsertWithTransaction(VertxTestContext context) {
194190
final Integer id = 1;
195191
final String title = "Spell Book: A Comprehensive Guide to Magic Spells and Incantations";

0 commit comments

Comments
 (0)