chore(ingest): disable Vertica tests (#14521)

This commit is contained in:
Harshal Sheth 2025-08-20 14:40:42 -07:00 committed by GitHub
parent f8eed36185
commit 995a7d6b09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,13 @@ from datahub.testing import mce_helpers
from tests.test_helpers.click_helpers import run_datahub_cmd
from tests.test_helpers.docker_helpers import cleanup_image, wait_for_port
pytestmark = pytest.mark.integration_batch_2
pytestmark = [
pytest.mark.integration_batch_2,
pytest.mark.skip(
reason="Skipping Vertica tests due to https://github.com/vertica/vertica-containers/issues/64"
),
]
FROZEN_TIME = "2020-04-14 07:00:00"