Disable tests by default
Disabling timeout for tests integration test passes but hangs on dbusmock cleanup Resolves: RHEL-154371
This commit is contained in:
parent
5e3f20768f
commit
6884e6817a
@ -1,7 +1,7 @@
|
||||
Name: gnome-bluetooth
|
||||
Epoch: 1
|
||||
Version: 3.34.5
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Bluetooth graphical utilities
|
||||
|
||||
License: GPLv2+
|
||||
@ -73,8 +73,12 @@ install -m0644 -D %{SOURCE1} $RPM_BUILD_ROOT/usr/lib/udev/rules.d/61-gnome-bluet
|
||||
|
||||
%find_lang gnome-bluetooth2
|
||||
|
||||
%global run_tests 0
|
||||
|
||||
%check
|
||||
%meson_test
|
||||
%if 0%{?run_tests}
|
||||
%meson_test -t 5
|
||||
%endif
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
|
||||
Loading…
Reference in New Issue
Block a user