fix: skip InReadOnlyMode in error snapshots (#20358)

[skip ci]
This commit is contained in:
Ankush Menat 2023-03-16 15:56:19 +05:30 committed by GitHub
parent 2374d04213
commit 035f7f93df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,7 @@ EXCLUDE_EXCEPTIONS = (
frappe.CSRFTokenError, # CSRF covers OAuth too
frappe.SecurityException,
LDAPException,
frappe.InReadOnlyMode,
)