Jean Boussier 37fa88d75b
Remove flaky test_escape_html_allocates_same_as_escapeHTML
It's causing ruby CI to flake, because it's a badly designed test,
a lot of thing can cause acouple extra allocation there and there
so even if you invoke the exact same code twice, you might still
allocate a bit more or a bit less.
2026-06-25 12:53:06 +09:00
..