From 2a2b934939c1b2e57df45222ea57c92193582247 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sun, 29 Jan 2023 18:50:02 +1100 Subject: [PATCH] Revert "add xfail mark to `test_qt_image_qapplication.py::test_sanity`" This reverts commit 380a69782d8b2f3868014e4115c23c64f602f211. --- Tests/test_qt_image_qapplication.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Tests/test_qt_image_qapplication.py b/Tests/test_qt_image_qapplication.py index f0fa3b5be11..34609314cdf 100644 --- a/Tests/test_qt_image_qapplication.py +++ b/Tests/test_qt_image_qapplication.py @@ -51,7 +51,6 @@ def roundtrip(expected): assert_image_similar(result, expected.convert("RGB"), 0.3) -@pytest.mark.xfail(reason="Flaky test") @pytest.mark.skipif(not ImageQt.qt_is_installed, reason="Qt bindings are not installed") def test_sanity(tmp_path): # Segfault test