We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c281a8e commit 6c653f7Copy full SHA for 6c653f7
core/tests/test_docker_in_docker.py
@@ -1,8 +1,10 @@
1
+import pytest
2
from testcontainers.core.container import DockerContainer
3
from testcontainers.core.docker_client import DockerClient
4
from testcontainers.core.waiting_utils import wait_for_logs
5
6
7
+@pytest.mark.xfail(reason="https://github.com/docker/docker-py/issues/2717")
8
def test_wait_for_logs_docker_in_docker():
9
# real dind isn't possible (AFAIK) in CI
10
# forwarding the socket to a container port is at least somewhat the same
0 commit comments