Skip to content

Commit 22ab0c4

Browse files
committed
fail a test explicitly
1 parent 561f4ba commit 22ab0c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_basics.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ def test_event_id(sentry_init, capture_events):
7474
sentry_init()
7575
events = capture_events()
7676

77+
assert False # XXX for testing the ci
78+
7779
try:
7880
raise ValueError("aha!")
7981
except Exception:

0 commit comments

Comments
 (0)