Skip to content

Commit de2defc

Browse files
committed
Merge pull request #42393 from quaff
* pr/42393: Remove redundant @test annotation Closes gh-42393
2 parents d86160d + 7c8a674 commit de2defc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

spring-boot-project/spring-boot-docker-compose/src/dockerTest/java/org/springframework/boot/docker/compose/service/connection/postgres/PostgresJdbcDockerComposeConnectionDetailsFactoryIntegrationTests.java

-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616

1717
package org.springframework.boot.docker.compose.service.connection.postgres;
1818

19-
import org.junit.jupiter.api.Test;
20-
2119
import org.springframework.boot.autoconfigure.jdbc.JdbcConnectionDetails;
2220
import org.springframework.boot.docker.compose.service.connection.test.DockerComposeTest;
2321
import org.springframework.boot.testsupport.container.TestImage;
@@ -39,7 +37,6 @@ void runCreatesConnectionDetails(JdbcConnectionDetails connectionDetails) {
3937
assertConnectionDetails(connectionDetails);
4038
}
4139

42-
@Test
4340
@DockerComposeTest(composeFile = "postgres-bitnami-compose.yaml", image = TestImage.BITNAMI_POSTGRESQL)
4441
void runWithBitnamiImageCreatesConnectionDetails(JdbcConnectionDetails connectionDetails) {
4542
assertConnectionDetails(connectionDetails);

0 commit comments

Comments
 (0)