Skip to content

Commit

Permalink
test(batch) : 도커가 없다면 실행하지 않도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
this-is-spear committed Jul 21, 2024
1 parent 39fba20 commit 1d270e9
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ import org.testcontainers.utility.DockerImageName
*/
@SpringBatchTest
@SpringBootTest
@Testcontainers
@Testcontainers(
disabledWithoutDocker = true
)
@ActiveProfiles("test")
class SpringBootInitializer {
companion object {
Expand Down

0 comments on commit 1d270e9

Please sign in to comment.