Skip to content

Commit 6c653f7

Browse files
committed
Xfail docker-in-docker test.
1 parent c281a8e commit 6c653f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/tests/test_docker_in_docker.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
import pytest
12
from testcontainers.core.container import DockerContainer
23
from testcontainers.core.docker_client import DockerClient
34
from testcontainers.core.waiting_utils import wait_for_logs
45

56

7+
@pytest.mark.xfail(reason="https://github.com/docker/docker-py/issues/2717")
68
def test_wait_for_logs_docker_in_docker():
79
# real dind isn't possible (AFAIK) in CI
810
# forwarding the socket to a container port is at least somewhat the same

0 commit comments

Comments
 (0)