File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
hibernate-reactive-core/src/test/java/org/hibernate/reactive Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 24
24
import static java .util .Arrays .asList ;
25
25
import static org .hibernate .reactive .containers .DatabaseConfiguration .DBType .MARIA ;
26
26
import static org .hibernate .reactive .containers .DatabaseConfiguration .DBType .MYSQL ;
27
- import static org .hibernate .reactive .containers .DatabaseConfiguration .DBType .ORACLE ;
28
27
import static org .hibernate .reactive .testing .DatabaseSelectionRule .runOnlyFor ;
29
28
import static org .hibernate .reactive .testing .DatabaseSelectionRule .skipTestsFor ;
30
29
@@ -105,7 +104,7 @@ public String toString() {
105
104
public static class ForOtherDbsTest extends UUIDAsBinaryType {
106
105
107
106
@ Rule // Select a UUID field doesn't work with Oracle
108
- public DatabaseSelectionRule rule = skipTestsFor ( MYSQL , MARIA , ORACLE );
107
+ public DatabaseSelectionRule rule = skipTestsFor ( MYSQL , MARIA );
109
108
110
109
@ Override
111
110
protected Collection <Class <?>> annotatedEntities () {
You can’t perform that action at this time.
0 commit comments