Skip to content

Commit

Permalink
disable more souce-mssql tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-airbyte committed Feb 23, 2024
1 parent 117dd90 commit 0ac21c4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@
import io.airbyte.protocol.models.v0.SyncMode;
import java.util.List;
import java.util.stream.Collectors;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

@Disabled
public class CdcMssqlSourceAcceptanceTest extends SourceAcceptanceTest {

private static final String SCHEMA_NAME = "dbo";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
import io.airbyte.cdk.integrations.standardtest.source.TestDestinationEnv;
import io.airbyte.integrations.source.mssql.MsSQLTestDatabase.BaseImage;
import io.airbyte.integrations.source.mssql.MsSQLTestDatabase.ContainerModifier;
import org.junit.jupiter.api.Disabled;

@Disabled
public class CdcMssqlSourceDatatypeTest extends AbstractMssqlSourceDatatypeTest {

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@
import java.util.HashMap;
import java.util.List;
import java.util.stream.Collectors;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

@Disabled
public class MssqlSourceAcceptanceTest extends SourceAcceptanceTest {

protected static final String SCHEMA_NAME = "dbo";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@
import java.util.List;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

@Disabled
public class MssqlSourceOperationsTest {

private final MssqlSourceOperations mssqlSourceOperations = new MssqlSourceOperations();
Expand Down

0 comments on commit 0ac21c4

Please sign in to comment.