Skip to content

Commit fbf04aa

Browse files
committed
Revert "add xfail mark to test_qt_image_qapplication.py::test_sanity"
This reverts commit 380a697.
1 parent b49f93e commit fbf04aa

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Tests/test_qt_image_qapplication.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ def roundtrip(expected):
5151
assert_image_similar(result, expected.convert("RGB"), 0.3)
5252

5353

54-
@pytest.mark.xfail(reason="Flaky test")
5554
@pytest.mark.skipif(not ImageQt.qt_is_installed, reason="Qt bindings are not installed")
5655
def test_sanity(tmp_path):
5756
# Segfault test

0 commit comments

Comments
 (0)