Skip to content

Commit

Permalink
[E2E] Enable fakesource e2e of spark/flink (apache#7325)
Browse files Browse the repository at this point in the history
  • Loading branch information
hailin0 authored Aug 7, 2024
1 parent f6a1e51 commit 460e73e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,14 @@
package org.apache.seatunnel.e2e.connector.fake;

import org.apache.seatunnel.e2e.common.TestSuiteBase;
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.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.TestTemplate;
import org.testcontainers.containers.Container;

import java.io.IOException;

@DisabledOnContainer(
value = {},
type = {EngineType.SPARK, EngineType.FLINK},
disabledReason = "Currently SPARK and FLINK do not support CatalogTable")
public class FakeWithSchemaTT extends TestSuiteBase {
@TestTemplate
public void testFakeConnector(TestContainer container)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,14 @@
package org.apache.seatunnel.e2e.connector.fake;

import org.apache.seatunnel.e2e.common.TestSuiteBase;
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.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.TestTemplate;
import org.testcontainers.containers.Container;

import java.io.IOException;

@DisabledOnContainer(
value = {},
type = {EngineType.SPARK, EngineType.FLINK},
disabledReason = "Currently SPARK and FLINK do not support CatalogTable")
public class FakeWithTableNamesTT extends TestSuiteBase {
@TestTemplate
public void testFakeConnector(TestContainer container)
Expand Down

0 comments on commit 460e73e

Please sign in to comment.