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):