Disable a flaky test

f38
Adam Williamson 5 years ago
parent 87cc9a3f62
commit 3d7ba0b0fe

@ -122,6 +122,9 @@ sed -i -e '/18-qemu-options.t/d' Makefile.am
rm -f t/02-test_ocr.t rm -f t/02-test_ocr.t
sed -i -e '/02-test_ocr.t/d' Makefile.am sed -i -e '/02-test_ocr.t/d' Makefile.am
%endif # fedora > 29 %endif # fedora > 29
# https://progress.opensuse.org/issues/60755
rm -f t/07-commands.t
sed -i -e '/07-commands.t/d' Makefile.am
%build %build
mkdir -p m4 mkdir -p m4

Loading…
Cancel
Save