Skip to content

Commit

Permalink
remove xfails for a test run
Browse files Browse the repository at this point in the history
  • Loading branch information
Selfeer committed Mar 18, 2024
1 parent 156f2ab commit a121b3b
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions sink-connector/tests/integration/regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@
RQ_SRS_030_ClickHouse_MySQLToClickHouseReplication("1.0"),
RQ_SRS_030_ClickHouse_MySQLToClickHouseReplication_Consistency_Select("1.0"),
RQ_SRS_030_ClickHouse_MySQLToClickHouseReplication_MySQLVersions("1.0"),
RQ_SRS_030_ClickHouse_MySQLToClickHouseReplication_MySQLStorageEngines_ReplacingMergeTree(
"1.0"
),
RQ_SRS_030_ClickHouse_MySQLToClickHouseReplication_MySQLStorageEngines_ReplicatedReplacingMergeTree(
"1.0"
),
Expand Down Expand Up @@ -114,20 +111,20 @@ def regression(
create_database(name="test")

modules = [
# "sanity",
"sanity",
"autocreate",
"insert",
# "update",
"update",
"delete",
"truncate",
"deduplication",
# "types",
"types",
"primary_keys",
"schema_changes",
# "multiple_tables",
"multiple_tables",
"virtual_columns",
"partition_limits",
"columns_inconsistency",
"columns_inconsistency"
]
for module in modules:
Feature(run=load(f"tests.{module}", "module"))
Expand Down

0 comments on commit a121b3b

Please sign in to comment.