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:
Jarek Radosz
2023-05-19 16:17:02 +02:00
committed by GitHub
parent 774313ef0f
commit 7f85624a01
7 changed files with 14 additions and 16 deletions

View File

@ -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,