Skip to content

Commit e619465

Browse files
committed
no integration test
1 parent 9b0dac4 commit e619465

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docker-compose-junit-jupiter/src/integrationTest/java/com/palantir/docker/compose/DockerComposeExtensionIntegrationTest.java

-6
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,4 @@ public void an_external_port_exists() {
4949
public void container_stays_up_between_tests() {
5050
assertThat(docker.containers().container("db").port(5432).getExternalPort()).isEqualTo(port);
5151
}
52-
53-
@Test
54-
@Order(3)
55-
public void calls_after_on_exception() {
56-
assertThat(docker.containers().container("db").port(5432).getExternalPort()).isEqualTo(port);
57-
}
5852
}

0 commit comments

Comments
 (0)