Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD committed Jul 24, 2024
1 parent e82e095 commit 0386a9f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import io.vertx.junit5.Timeout;
Expand All @@ -39,7 +40,8 @@
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertNotNull;

@EnabledFor(ORACLE)
@Disabled
//@EnabledFor(ORACLE)
public abstract class SchemaUpdateOracleTestBase extends BaseReactiveTest {

@Timeout(value = 10, timeUnit = MINUTES)
Expand Down

0 comments on commit 0386a9f

Please sign in to comment.