From 8655ebc9c8fadb2f091a91fffd6e2b4c0701826a Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 16 Aug 2015 22:00:21 +0200 Subject: [PATCH] Ignore "load glyph failed" message in JS test. --- tests/browser/test_webelem.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/browser/test_webelem.py b/tests/browser/test_webelem.py index 94fa566d7..98c27dd71 100644 --- a/tests/browser/test_webelem.py +++ b/tests/browser/test_webelem.py @@ -645,6 +645,7 @@ class TestJavascriptEscape: self._test_escape(text, qtbot, webframe) @hypothesis.given(hypothesis.strategies.text()) + @pytest.mark.qt_log_ignore('^load glyph failed') def test_real_escape_hypothesis(self, webframe, qtbot, text): """Test javascript escaping with a real QWebPage and hypothesis.""" # We can't simply use self._test_escape because of this: