Skip to content

Commit 9348b35

Browse files
committed
[#1312] Enable UUIDAsBinaryType for Oracle
1 parent 03ca31e commit 9348b35

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hibernate-reactive-core/src/test/java/org/hibernate/reactive/UUIDAsBinaryType.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
import static java.util.Arrays.asList;
2525
import static org.hibernate.reactive.containers.DatabaseConfiguration.DBType.MARIA;
2626
import static org.hibernate.reactive.containers.DatabaseConfiguration.DBType.MYSQL;
27-
import static org.hibernate.reactive.containers.DatabaseConfiguration.DBType.ORACLE;
2827
import static org.hibernate.reactive.testing.DatabaseSelectionRule.runOnlyFor;
2928
import 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() {

0 commit comments

Comments
 (0)