tests: Ignore "SelectionRequest too old" message.

See #1124.
This commit is contained in:
Florian Bruhin 2015-11-23 16:25:03 +01:00
parent 162c8b30e6
commit 17b5ccde0e

View File

@ -26,6 +26,9 @@ import pytest_bdd as bdd
bdd.scenarios('yankpaste.feature')
# https://github.com/The-Compiler/qutebrowser/issues/1124#issuecomment-158073581
pytestmark = pytest.mark.qt_log_ignore(
'^QXcbClipboard: SelectionRequest too old', extend=True)
@pytest.fixture(autouse=True)
def skip_with_broken_clipboard(qapp):