Skip to content

Commit

Permalink
fixe
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxiaojian committed Aug 15, 2024
1 parent 7624d1d commit 3593db3
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@

import org.apache.seatunnel.e2e.common.TestResource;
import org.apache.seatunnel.e2e.common.container.ContainerExtendedFactory;
import org.apache.seatunnel.e2e.common.container.EngineType;
import org.apache.seatunnel.e2e.common.container.TestContainer;
import org.apache.seatunnel.e2e.common.junit.DisabledOnContainer;
import org.apache.seatunnel.e2e.common.junit.TestContainerExtension;

import org.junit.jupiter.api.AfterAll;
Expand All @@ -41,6 +43,10 @@
import static org.awaitility.Awaitility.await;

@Slf4j
@DisabledOnContainer(
value = {},
type = {EngineType.SPARK},
disabledReason = "Currently SPARK do not support cdc")
public class TiDBCDCIT extends TiDBTestBase implements TestResource {

private final String SQL_TEMPLATE = "select id,name,description,weight from %s.%s";
Expand Down

0 comments on commit 3593db3

Please sign in to comment.