Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Fixing connector integration tests #636

Merged
merged 2 commits into from
Jun 10, 2022
Merged

Conversation

galvana
Copy link
Collaborator

@galvana galvana commented Jun 10, 2022

Purpose

There were a few connector integration tests failing on main. Some were resolved by re-creating the necessary test data (Stripe, Segment) but we still need access to a premium account to fully test Sentry.

The long term fix is to include the data creation for the access requests in the fixtures, but that will be covered in a separate ticket. The goal of this ticket is to get the tests passing again in main.

Changes

  • Disabled Sentry task tests

Checklist

  • The Run Unsafe PR Checks label has been applied, and checks have passed, if this PR touches any external services

@galvana galvana added the run unsafe ci checks Triggers running of unsafe CI checks label Jun 10, 2022
@@ -14,6 +14,7 @@
from tests.graph.graph_test_util import assert_rows_match


@pytest.mark.skip(reason="Pending account resolution")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice @galvana

@galvana galvana added run unsafe ci checks Triggers running of unsafe CI checks and removed run unsafe ci checks Triggers running of unsafe CI checks labels Jun 10, 2022
@galvana galvana merged commit a13c044 into main Jun 10, 2022
@galvana galvana deleted the temporarily-disable-sentry-tests branch June 10, 2022 22:11
sanders41 pushed a commit that referenced this pull request Sep 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
run unsafe ci checks Triggers running of unsafe CI checks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants