Skip to content

Commit

Permalink
Remove waiting for exposed ports.
Browse files Browse the repository at this point in the history
  • Loading branch information
morazow committed Aug 10, 2021
1 parent 93c7ec1 commit e944509
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/it/scala/com/exasol/cloudetl/BaseIntegrationTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ trait BaseIntegrationTest extends AnyFunSuite with BeforeAndAfterAll with LazyLo
val network = DockerNamedNetwork("it-tests", true)
val exasolContainer = {
val c: ExasolContainer[_] = new ExasolContainer(getExasolDockerImageVersion())
c.withExposedPorts(8563, 2580)
c.withNetwork(network)
c.withReuse(true)
c
Expand Down

0 comments on commit e944509

Please sign in to comment.