diff --git a/airbyte-ci/connectors/pipelines/tests/test_actions/test_environments.py b/airbyte-ci/connectors/pipelines/tests/test_actions/test_environments.py index b59efd7367f0..e93356203d44 100644 --- a/airbyte-ci/connectors/pipelines/tests/test_actions/test_environments.py +++ b/airbyte-ci/connectors/pipelines/tests/test_actions/test_environments.py @@ -28,14 +28,6 @@ def connector_context(dagger_client): return context -@pytest.mark.skip( - reason=( - "This is broken since CDK has moved to a separate package. " - "Dagger appears to not have access to the sibling directory. " - + "See https://github.com/airbytehq/airbyte-internal-issues/issues/10779" - ) -) -@pytest.mark.parametrize("use_local_cdk", [True, False]) async def test_apply_python_development_overrides(connector_context, use_local_cdk): connector_context.use_local_cdk = use_local_cdk fake_connector_container = connector_context.dagger_client.container().from_("airbyte/python-connector-base:2.0.0")