tests: Ignore another Qt warning by hypothesis.

This commit is contained in:
Florian Bruhin 2016-01-20 08:06:36 +01:00
parent 258855cf50
commit a249d8d426

View File

@ -650,7 +650,9 @@ class TestJavascriptEscape:
"""Test javascript escaping with a real QWebPage."""
self._test_escape(text, qtbot, webframe)
@pytest.mark.qt_log_ignore('^load glyph failed', extend=True)
@pytest.mark.qt_log_ignore('^load glyph failed',
'^OpenType support missing for script',
extend=True)
@hypothesis.given(hypothesis.strategies.text())
def test_real_escape_hypothesis(self, webframe, qtbot, text):
"""Test javascript escaping with a real QWebPage and hypothesis."""