File tree 1 file changed +4
-2
lines changed
hibernate-reactive-core/src/test/java/org/hibernate/reactive/schema
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 10
10
11
11
import org .hibernate .cfg .Configuration ;
12
12
import org .hibernate .reactive .BaseReactiveTest ;
13
+ import org .hibernate .reactive .annotations .EnabledFor ;
14
+ import org .hibernate .reactive .containers .DatabaseConfiguration ;
13
15
import org .hibernate .reactive .provider .Settings ;
14
16
15
17
import org .junit .jupiter .api .AfterEach ;
33
35
import jakarta .persistence .UniqueConstraint ;
34
36
35
37
import static java .util .concurrent .TimeUnit .MINUTES ;
38
+ import static org .hibernate .reactive .containers .DatabaseConfiguration .DBType .ORACLE ;
36
39
import static org .hibernate .tool .schema .JdbcMetadaAccessStrategy .GROUPED ;
37
40
import static org .hibernate .tool .schema .JdbcMetadaAccessStrategy .INDIVIDUALLY ;
38
41
import static org .junit .jupiter .api .Assertions .assertEquals ;
39
42
import static org .junit .jupiter .api .Assertions .assertNotNull ;
40
43
41
- @ Disabled
42
- //@EnabledFor(ORACLE)
44
+ @ EnabledFor (ORACLE )
43
45
public abstract class SchemaUpdateOracleTestBase extends BaseReactiveTest {
44
46
45
47
@ Timeout (value = 10 , timeUnit = MINUTES )
You can’t perform that action at this time.
0 commit comments