mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-01 11:19:05 +00:00
chore(ingest): disable Vertica tests (#14521)
This commit is contained in:
parent
f8eed36185
commit
995a7d6b09
@ -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"
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user