add xfail mark to test_image_access:test_embeddable

This commit is contained in:
nulano 2022-10-30 02:56:05 +00:00
parent 4fc0a4ceb2
commit eaee7fda97
No known key found for this signature in database
GPG Key ID: B650CDF63B705766

View File

@ -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