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 10
10
import java .util .Objects ;
11
11
import java .util .UUID ;
12
12
13
- import org .hibernate .reactive .testing .DatabaseSelectionRule ;
14
-
15
- import org .junit .Rule ;
16
13
import org .junit .Test ;
17
14
18
15
import io .vertx .ext .unit .TestContext ;
22
19
import jakarta .persistence .Id ;
23
20
24
21
import static org .assertj .core .api .Assertions .assertThat ;
25
- import static org .hibernate .reactive .containers .DatabaseConfiguration .DBType .DB2 ;
26
22
27
23
public class UUIDAsBinaryTypeTest extends BaseReactiveTest {
28
24
29
- @ Rule
30
- public final DatabaseSelectionRule skip = DatabaseSelectionRule .skipTestsFor ( DB2 );
31
-
32
25
@ Override
33
26
protected Collection <Class <?>> annotatedEntities () {
34
27
return List .of ( UUIDEntity .class );
You can’t perform that action at this time.
0 commit comments