File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
hibernate-reactive-core/src/test/java/org/hibernate/reactive Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 55 */
66package org .hibernate .reactive ;
77
8- import org .hibernate .reactive .annotations .DisabledFor ;
9-
108import org .junit .jupiter .api .Assertions ;
119import org .junit .jupiter .api .Test ;
1210
3028
3129import static java .util .concurrent .TimeUnit .MINUTES ;
3230import 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" ;
You can’t perform that action at this time.
0 commit comments