Skip to content

Commit

Permalink
fail a test explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
sentrivana committed Jun 5, 2023
1 parent 9d7f597 commit 6542912
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_basics.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ def test_event_id(sentry_init, capture_events):
sentry_init()
events = capture_events()

assert False # XXX for testing the ci

try:
raise ValueError("aha!")
except Exception:
Expand Down

0 comments on commit 6542912

Please sign in to comment.