From d4e2ece38bc424f06832372eddb8c91ec3498d47 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 14 Jan 2016 19:06:36 +0100 Subject: [PATCH] bdd: Ignore QGeoClue errors. The geolocation tests emitted those errors on the Archlinux buildbot: QGeoclueMaster error creating GeoclueMasterClient. Geoclue error: Process org.freedesktop.Geoclue.Master exited with status 127 I don't really know what they mean, but let's see if the test passes now. --- pytest.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pytest.ini b/pytest.ini index 4c33f5d5f..962fdeafe 100644 --- a/pytest.ini +++ b/pytest.ini @@ -42,4 +42,6 @@ qt_log_ignore = ^QXcbXSettings::QXcbXSettings\(QXcbScreen\*\) Failed to get selection owner for XSETTINGS_S atom ^QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to .* ^QXcbClipboard: SelectionRequest too old + ^QGeoclueMaster error creating GeoclueMasterClient\. + ^Geoclue error: Process org\.freedesktop\.Geoclue\.Master exited with status 127 qt_wait_signal_raising = true