mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-24 16:24:11 +03:00
add xfail mark to test_image_access:test_embeddable
This commit is contained in:
parent
4fc0a4ceb2
commit
eaee7fda97
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user