Skip to content

Commit

Permalink
disabled MSSQLServerContainerInitializerWithInitScriptTest due to ins…
Browse files Browse the repository at this point in the history
…tability
  • Loading branch information
lpandzic committed Mar 11, 2024
1 parent 893555a commit 23293be
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import com.infobip.testcontainers.TestBase;
import lombok.AllArgsConstructor;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.springframework.boot.autoconfigure.jdbc.DataSourceProperties;
import org.springframework.boot.test.context.SpringBootTest;
Expand All @@ -16,6 +17,7 @@

import static org.assertj.core.api.BDDAssertions.then;

@Disabled
@AllArgsConstructor
@ActiveProfiles("init-script")
class MSSQLServerContainerInitializerWithInitScriptTest extends TestBase {
Expand Down

0 comments on commit 23293be

Please sign in to comment.