Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

airbyte-ci: tweaks for cross-repo compatibility #41541

Merged
merged 12 commits into from
Jul 11, 2024
Prev Previous commit
Revert "connector_ops: disable failing test"
This reverts commit 8f7f466.
  • Loading branch information
Marius Posta committed Jul 11, 2024
commit c87a57fad6c32647bc11a8fa046cf346437f7a94
1 change: 0 additions & 1 deletion airbyte-ci/connectors/connector_ops/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ def test_parse_dependencies_with_cdk(gradle_file_with_local_cdk_dependencies):
assert all([test_dependency in expected_test_dependencies for test_dependency in test_dependencies])


@pytest.mark.skip(reason="see https://github.com/airbytehq/airbyte/issues/41628")
def test_get_all_connectors_in_repo():
all_connectors = utils.get_all_connectors_in_repo()
assert len(all_connectors) > 0
Expand Down
Loading