tests: Ignore "Error when parsing the netrc file"

qutebrowser shows this on an invalid ~/.netrc when testing
authentication, but that shouldn't fail our testsuite.
This commit is contained in:
Florian Bruhin 2016-08-16 19:56:49 +02:00
parent 1138d068e6
commit dc87e66d75

View File

@ -35,4 +35,5 @@ qt_log_ignore =
^QObject::connect: Cannot connect \(null\)::stateChanged\(QNetworkSession::State\) to QNetworkReplyHttpImpl::_q_networkSessionStateChanged\(QNetworkSession::State\)
^QXcbClipboard: Cannot transfer data, no data available
^load glyph failed
^Error when parsing the netrc file
xfail_strict = true