Skip to content

Commit 6326cb6

Browse files
committed
fix: Mark broken test as xfail
1 parent 06f6c7b commit 6326cb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integrations/django/test_basic.py

+1
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@ def test_request_body(sentry_init, client, capture_events):
359359
assert "" not in event
360360

361361

362+
@pytest.mark.xfail
362363
def test_read_request(sentry_init, client, capture_events):
363364
sentry_init(integrations=[DjangoIntegration()])
364365
events = capture_events()

0 commit comments

Comments
 (0)