Skip to content

Commit

Permalink
Enable Sql server tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
kagkarlsson committed Sep 27, 2024
1 parent e31e90a commit 241fbba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import java.util.Properties;
import javax.sql.DataSource;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Tag;
import org.testcontainers.containers.MSSQLServerContainer;
import org.testcontainers.junit.jupiter.Container;
Expand All @@ -26,7 +25,6 @@
@SuppressWarnings("rawtypes")
@Tag("compatibility")
@Testcontainers
@Disabled
public class MssqlCompatibilityTest extends CompatibilityTest {

@Container private static final MSSQLServerContainer MSSQL = new MSSQLServerContainer();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

@Testcontainers
@Tag("compatibility-cluster")
@Disabled
public class MssqlClusterTest {
public static final int NUMBER_OF_THREADS = 10;
private static final Logger DEBUG_LOG = LoggerFactory.getLogger(MssqlClusterTest.class);
Expand Down

0 comments on commit 241fbba

Please sign in to comment.