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 2424import static java .util .Arrays .asList ;
2525import static org .hibernate .reactive .containers .DatabaseConfiguration .DBType .MARIA ;
2626import static org .hibernate .reactive .containers .DatabaseConfiguration .DBType .MYSQL ;
27- import static org .hibernate .reactive .containers .DatabaseConfiguration .DBType .ORACLE ;
2827import static org .hibernate .reactive .testing .DatabaseSelectionRule .runOnlyFor ;
2928import static org .hibernate .reactive .testing .DatabaseSelectionRule .skipTestsFor ;
3029
@@ -105,7 +104,7 @@ public String toString() {
105104 public static class ForOtherDbsTest extends UUIDAsBinaryType {
106105
107106 @ 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 );
109108
110109 @ Override
111110 protected Collection <Class <?>> annotatedEntities () {
You can’t perform that action at this time.
0 commit comments