From 66dd9d5b587a66b926b078aef013682031c8d4fd Mon Sep 17 00:00:00 2001 From: eakmanrq <6326532+eakmanrq@users.noreply.github.com> Date: Mon, 1 Apr 2024 16:45:11 -0700 Subject: [PATCH] chore: make dbt scd type 2 test cicd only --- tests/dbt/test_integration.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/dbt/test_integration.py b/tests/dbt/test_integration.py index 2e4c705d7e..94ad74d742 100644 --- a/tests/dbt/test_integration.py +++ b/tests/dbt/test_integration.py @@ -17,7 +17,8 @@ from sqlmesh.utils.yaml import YAML from tests.utils.pandas import compare_dataframes, create_df -pytestmark = [pytest.mark.dbt, pytest.mark.slow] +# Some developers had issues with this test freezing locally so we mark it as cicdonly +pytestmark = [pytest.mark.dbt, pytest.mark.slow, pytest.mark.cicdonly] class TestType(str, Enum):