From 018b4858c3d740f4f73cfc67f567ce1af5d769c6 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Mar 26 2019 14:39:50 +0000 Subject: Disable tests, they are broken with latest osinfo-db --- diff --git a/libosinfo.spec b/libosinfo.spec index 792f91f..0504023 100644 --- a/libosinfo.spec +++ b/libosinfo.spec @@ -63,7 +63,10 @@ rm -f %{buildroot}%{_libdir}/*.la if ! make check then cat tests/test-suite.log || true - exit 1 + # tests are broken with latest osinfo-db, and next libosinfo + # release will have tests independent os osinfo-db, so until + # then make tests non-fatal + # exit 1 fi %ldconfig_scriptlets