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-08-23 18:31:42 +0200
commit07434241ef6085aea5a9818b74a2a6d0bc358292 (patch)
tree43b7d902145a02676be7b6eee576f23be89ca6e4
parent38f6de4b0c989f5769cbaad470745f1ca5f7f5bf (diff)
downloadqutebrowser-07434241ef6085aea5a9818b74a2a6d0bc358292.tar.gz
qutebrowser-07434241ef6085aea5a9818b74a2a6d0bc358292.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", '