File tree 1 file changed +3
-0
lines changed
hibernate-reactive-core/src/test/java/org/hibernate/reactive
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 31
31
32
32
import static java .util .concurrent .TimeUnit .MINUTES ;
33
33
import static org .hibernate .reactive .containers .DatabaseConfiguration .DBType .DB2 ;
34
+ import static org .hibernate .reactive .containers .DatabaseConfiguration .DBType .MARIA ;
35
+ import static org .hibernate .reactive .containers .DatabaseConfiguration .DBType .MYSQL ;
34
36
import static org .hibernate .reactive .containers .DatabaseConfiguration .DBType .ORACLE ;
35
37
import static org .hibernate .reactive .containers .DatabaseConfiguration .DBType .SQLSERVER ;
36
38
import static org .junit .jupiter .api .Assertions .assertEquals ;
@@ -57,6 +59,7 @@ protected Configuration constructConfiguration() {
57
59
return configuration ;
58
60
}
59
61
62
+ @ DisabledFor ({MYSQL , MARIA })
60
63
@ Test
61
64
public void testWithIdentity (VertxTestContext context ) {
62
65
final GeneratedWithIdentity davide = new GeneratedWithIdentity ( "Davide" , "D'Alto" );
You can’t perform that action at this time.
0 commit comments