Skip to content

Commit

Permalink
update test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Hisoka-X committed Jun 5, 2023
1 parent 55ac1e5 commit 2c26a14
Showing 1 changed file with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,22 +196,6 @@ public class JdbcPostgresIT extends TestSuiteBase implements TestResource {
+ "from\n"
+ " pg_e2e_sink_table";

@TestContainerExtension
private final ContainerExtendedFactory extendedFactory =
container -> {
Container.ExecResult extraCommands =
container.execInContainer(
"bash",
"-c",
"cd /tmp/seatunnel/lib && curl -O "
+ PG_DRIVER_JAR
+ " && curl -O "
+ PG_JDBC_JAR
+ " && curl -O "
+ PG_GEOMETRY_JAR);
Assertions.assertEquals(0, extraCommands.getExitCode());
};

@TestContainerExtension
private final CopyFileBeforeStart copyFileBeforeStart =
() -> {
Expand Down

0 comments on commit 2c26a14

Please sign in to comment.