Accepting request 1110591 from GNOME:Next

- Skip bugs_bug668_small_caps_svg test, started failing with
  harfbuzz-8.2.0

OBS-URL: https://build.opensuse.org/request/show/1110591
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/librsvg?expand=0&rev=242
This commit is contained in:
Dominique Leuenberger 2023-09-13 11:34:58 +00:00 committed by Git OBS Bridge
parent d40737cb5b
commit 353e56e54e
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Sep 12 11:38:48 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Skip bugs_bug668_small_caps_svg test, started failing with
harfbuzz-8.2.0
-------------------------------------------------------------------
Tue Aug 15 11:45:26 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -161,7 +161,9 @@ export RUSTFLAGS="%{build_rustflags}"
%ifarch x86_64 %{?x86_64}
# 2023-01-15: the pdf-related tests are failing (bsc#1207167)
# 2023-03-17 cairo-1.17.8 filter_morphology svg test is failing
%{cargo_test} -- --skip pdf_has_text --skip pdf_has_link --skip filter_morphology_from_reference_page_svg
%{cargo_test} -- \
--skip pdf_has_text --skip pdf_has_link \
--skip filter_morphology_from_reference_page_svg --skip bugs_bug668_small_caps_svg
%endif
%post -n librsvg-2-%{librsvg_sover} -p /sbin/ldconfig