File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
hibernate-reactive-core/src/test/java/org/hibernate/reactive Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 1010import java .util .Objects ;
1111import java .util .UUID ;
1212
13- import org .hibernate .reactive .testing .DatabaseSelectionRule ;
14-
15- import org .junit .Rule ;
1613import org .junit .Test ;
1714
1815import io .vertx .ext .unit .TestContext ;
2219import jakarta .persistence .Id ;
2320
2421import static org .assertj .core .api .Assertions .assertThat ;
25- import static org .hibernate .reactive .containers .DatabaseConfiguration .DBType .DB2 ;
2622
2723public class UUIDAsBinaryTypeTest extends BaseReactiveTest {
2824
29- @ Rule
30- public final DatabaseSelectionRule skip = DatabaseSelectionRule .skipTestsFor ( DB2 );
31-
3225 @ Override
3326 protected Collection <Class <?>> annotatedEntities () {
3427 return List .of ( UUIDEntity .class );
You can’t perform that action at this time.
0 commit comments