summaryrefslogtreecommitdiff
path: root/tests/end2end/fixtures/test_quteprocess.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/end2end/fixtures/test_quteprocess.py')
-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", '