Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tests/symbolicator/test_minidump_full.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ def test_full_minidump_json_extra(self) -> None:
assert event.data.get("extra") == {"foo": "bar"}
# Other assertions are performed by `test_full_minidump`

@pytest.mark.skip(reason="flaky: #106890")
def test_full_minidump_invalid_extra(self) -> None:
self.project.update_option("sentry:store_crash_reports", STORE_CRASH_REPORTS_ALL)
self.upload_symbols()
Expand Down
Loading