File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
hibernate-reactive-core/src/test/java/org/hibernate/reactive Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 2626import jakarta .persistence .Id ;
2727import jakarta .persistence .Table ;
2828
29+ import static org .hibernate .reactive .containers .DatabaseConfiguration .DBType .COCKROACHDB ;
2930import static org .hibernate .reactive .containers .DatabaseConfiguration .DBType .DB2 ;
3031import static org .hibernate .reactive .containers .DatabaseConfiguration .dbType ;
3132import static org .hibernate .reactive .provider .Settings .DIALECT ;
3839public class ORMReactivePersistenceTest extends BaseReactiveTest {
3940
4041 // DB2: The CompletionStage test throw java.lang.IllegalStateException: Needed to have 6 in buffer...
42+ // Cockroach: We need to change the URL schema we normally use for testing
4143 @ Rule
42- public DatabaseSelectionRule skip = DatabaseSelectionRule .skipTestsFor ( DB2 );
44+ public DatabaseSelectionRule skip = DatabaseSelectionRule .skipTestsFor ( DB2 , COCKROACHDB );
4345
4446 private SessionFactory ormFactory ;
4547
You can’t perform that action at this time.
0 commit comments