File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
hibernate-reactive-core/src/test/java/org/hibernate/reactive/types Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 26
26
import jakarta .persistence .Version ;
27
27
28
28
import static org .hibernate .reactive .containers .DatabaseConfiguration .DBType .DB2 ;
29
+ import static org .hibernate .reactive .containers .DatabaseConfiguration .DBType .MARIA ;
29
30
import static org .hibernate .reactive .containers .DatabaseConfiguration .DBType .ORACLE ;
30
31
import static org .hibernate .reactive .containers .DatabaseConfiguration .DBType .SQLSERVER ;
31
32
import static org .hibernate .reactive .util .impl .CompletionStages .loop ;
35
36
*/
36
37
public class JsonTypeTest extends BaseReactiveTest {
37
38
39
+ // MARIA: ORM 6 regression, see: https://github.com/hibernate/hibernate-reactive/issues/1529
38
40
@ Rule
39
- public DatabaseSelectionRule selectionRule = DatabaseSelectionRule .skipTestsFor ( DB2 , SQLSERVER , ORACLE );
41
+ public DatabaseSelectionRule selectionRule = DatabaseSelectionRule
42
+ .skipTestsFor ( DB2 , SQLSERVER , ORACLE , MARIA );
40
43
41
44
@ Override
42
45
protected Collection <Class <?>> annotatedEntities () {
You can’t perform that action at this time.
0 commit comments