mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 14:07:30 +08:00
DEV: Fix plugin:spec task return code (#21661)
Regressed in eec10efc3dfad0d274cadb60e9e45f2a345b2a5d. It means that backend plugin spec failures in CI were not failing the spec suite. Fixes recent regressions and skips two of them - to be handled next week. --------- Co-authored-by: Andrei Prigorshnev <a.prigorshnev@gmail.com>
This commit is contained in:
@ -130,7 +130,7 @@ module Chat
|
||||
|
||||
# TODO (martin) Replace the above #excerpt method usage with this one. The
|
||||
# issue with the above one is that we cannot actually render nice HTML
|
||||
# fore replies/excerpts in the UI because text_entitites: true will
|
||||
# fore replies/excerpts in the UI because text_entities: true will
|
||||
# allow through even denied HTML because of 07ab20131a15ab907c1974fee405d9bdce0c0723.
|
||||
#
|
||||
# For now only the thread index uses this new version since it is not interactive,
|
||||
|
Reference in New Issue
Block a user