From eaee7fda973d6915f7071f9b7f7edb7ad481ef7c Mon Sep 17 00:00:00 2001 From: nulano Date: Sun, 30 Oct 2022 02:56:05 +0000 Subject: [PATCH] add xfail mark to test_image_access:test_embeddable --- Tests/test_image_access.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Tests/test_image_access.py b/Tests/test_image_access.py index 955740b95..04bdfc5aa 100644 --- a/Tests/test_image_access.py +++ b/Tests/test_image_access.py @@ -406,11 +406,8 @@ class TestImagePutPixelError(AccessTest): class TestEmbeddable: - @pytest.mark.skipif( - not is_win32() or on_ci(), - reason="Failing on AppVeyor / GitHub Actions when run from subprocess, " - "not from shell", - ) + @pytest.mark.xfail(reason="failing test") + @pytest.mark.skipif(not is_win32(), reason="requires Windows") def test_embeddable(self): import ctypes