mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
ParseFromString currently complains that it matches multiple trace lines. The reason for that is a bit unclear as it should only produce one alert. Local testing shows that it produces multiple (even for one run). This should at least give us the metric back. Testing: This is currently untested. As it is a small CI change that can't break a broken test it should be fine. Fixes: https://github.com/servo/servo/issues/42992 Signed-off-by: Narfinger <Narfinger@users.noreply.github.com>