Skip to content

Commit

Permalink
fix(ingest): temporarily disable vertica tests (datahub-project#7059)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 authored and shirshanka committed Jan 18, 2023
1 parent 3563103 commit 93d4dca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions metadata-ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,6 @@ def get_long_description():
"starburst-trino-usage",
"powerbi",
"powerbi-report-server",
"vertica",
"salesforce",
"unity-catalog"
# airflow is added below
Expand Down Expand Up @@ -477,7 +476,7 @@ def get_long_description():
"mysql",
"mariadb",
"redash",
"vertica",
# "vertica",
]
for dependency in plugins[plugin]
),
Expand Down
4 changes: 4 additions & 0 deletions metadata-ingestion/tests/integration/vertica/test_vertica.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@

FROZEN_TIME = "2020-04-14 07:00:00"

pytestmark = pytest.mark.skip(
reason="Vertica tests are disabled due to a dependency conflict with SQLAlchemy 1.3.24"
)


@pytest.fixture(scope="module")
def test_resources_dir(pytestconfig):
Expand Down

0 comments on commit 93d4dca

Please sign in to comment.