mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
OHOS CI: Fix parsefromstring (#42995)
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>
This commit is contained in:
@@ -124,7 +124,8 @@
|
||||
{
|
||||
"name": "",
|
||||
"match_str": "parsefromstring",
|
||||
"no_unit_conversion": true
|
||||
"no_unit_conversion": true,
|
||||
"point_filter_type": "Largest"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user