Skip to content

Commit

Permalink
Temporarily bypassing CAT tests for Events and Issues stream as sandb…
Browse files Browse the repository at this point in the history
…ox account does not have any records, currently
  • Loading branch information
pnilan committed Dec 6, 2023
1 parent 5552bab commit 4fb38f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
Expand Up @@ -2,6 +2,11 @@ acceptance_tests:
basic_read:
tests:
- config_path: secrets/config.json
empty_streams:
- name: issues
bypass_reason: "Project sssues are not being returned by the Sentry API."
- name: events
bypass_reason: "No event records exist for the test project."
timeout_seconds: 1200
expect_records:
path: "integration_tests/expected_records.jsonl"
Expand All @@ -24,11 +29,6 @@ acceptance_tests:
bypass_reason: "Order features return randomly"
- name: organization/features
bypass_reason: "Order features return randomly"
empty_streams:
- name: issues
bypass_reason: "Project sssues are not being returned by the Sentry API."
- name: events
bypass_reason: "No event records exist for the test project."
connection:
tests:
- config_path: secrets/config.json
Expand Down

0 comments on commit 4fb38f7

Please sign in to comment.