Skip to content

Commit

Permalink
Test Oracle compatibility for explicit limit
Browse files Browse the repository at this point in the history
  • Loading branch information
kagkarlsson committed Aug 27, 2023
1 parent ab8394f commit 84afb25
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@

@Tag("compatibility")
@Testcontainers
@Disabled
public class Oracle11gCompatibilityTest extends CompatibilityTest {
@Container private static final OracleContainer ORACLE = new OracleContainer("gvenzl/oracle-xe");

private static HikariDataSource pooledDatasource;

public Oracle11gCompatibilityTest() {
super(true);
super(false);
}

@BeforeAll
Expand Down

0 comments on commit 84afb25

Please sign in to comment.