summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-05-30 21:03:55 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-06-22 17:41:12 +0200
commitf587a9ccc900e91de6ca039a463b7e074d36aa7d (patch)
tree6fb1db8ed447fd0adacf71ad07547a0a7a6516dc
parent931d86898285f06258dbeca2738f993b678232f0 (diff)
downloadqutebrowser-f587a9ccc900e91de6ca039a463b7e074d36aa7d.tar.gz
qutebrowser-f587a9ccc900e91de6ca039a463b7e074d36aa7d.zip
Reintroduce skipped tests
-rw-r--r--tests/end2end/fixtures/test_quteprocess.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/end2end/fixtures/test_quteprocess.py b/tests/end2end/fixtures/test_quteprocess.py
index af5792652..0620dbf6d 100644
--- a/tests/end2end/fixtures/test_quteprocess.py
+++ b/tests/end2end/fixtures/test_quteprocess.py
@@ -140,7 +140,6 @@ def test_quteproc_skip_and_wait_for(qtbot, quteproc):
quteproc.wait_for(message='This will not match')
-@pytest.mark.skip(reason="FIXME:qt6 reintroduce")
def test_qt_log_ignore(qtbot, quteproc):
"""Make sure the test passes when logging a qt_log_ignore message."""
with qtbot.wait_signal(quteproc.got_error):
@@ -192,8 +191,7 @@ def test_quteprocess_quitting(qtbot, quteproc_process):
'"module": "foo", "funcName": "foo", "lineno": 0, "levelno": 9, '
'"message": "QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to blabla"}',
{'expected': True},
- id='expected message',
- marks=pytest.mark.skip("FIXME:qt6 reintroduce")),
+ id='expected message'),
pytest.param(
'{"created": 86400, "msecs": 0, "levelname": "DEBUG", "name": "qt", '