From d8745237d9d8b31e5df6119ac05c3847eca0c06c Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 19 Nov 2019 16:11:13 +0100 Subject: Skip renderProcessTerminated tests on Qt 5.14 for now See #5013 This should allow us to start running Qt 5.14 tests on Travis. --- pytest.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'pytest.ini') diff --git a/pytest.ini b/pytest.ini index 9db5502b3..d41d86e8e 100644 --- a/pytest.ini +++ b/pytest.ini @@ -29,6 +29,7 @@ markers = issue2478: Tests which are broken on Windows with QtWebEngine, https://github.com/qutebrowser/qutebrowser/issues/2478 issue3572: Tests which are broken with QtWebEngine and Qt 5.10, https://github.com/qutebrowser/qutebrowser/issues/3572 qtbug60673: Tests which are broken if the conversion from orange selection to real selection is flaky + qtbug80085: Tests which are broken on Qt 5.14 due to a missing renderProcessTerminated signal fake_os: Fake utils.is_* to a fake operating system unicode_locale: Tests which need an unicode locale to work qtwebkit6021_skip: Tests which would fail on WebKit version 602.1 -- cgit v1.2.3-54-g00ecf