summaryrefslogtreecommitdiff
path: root/test/python/docker
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-07-16 04:26:18 -0400
committerGitHub <noreply@github.com>2021-07-16 04:26:18 -0400
commitf0cd16cb32676eaf5ee337b50e8628f2f49ccce9 (patch)
treec3576a58549f6505fc548d0c2e377743d69fd93d /test/python/docker
parent0894a9e466d28d23fc6bdc1ef124e1129082183c (diff)
parente4dcb1004fa6b6966977bc8f9b707040ae09a239 (diff)
downloadpodman-f0cd16cb32676eaf5ee337b50e8628f2f49ccce9.tar.gz
podman-f0cd16cb32676eaf5ee337b50e8628f2f49ccce9.tar.bz2
podman-f0cd16cb32676eaf5ee337b50e8628f2f49ccce9.zip
Merge pull request #10947 from edsantiago/multiarch_images
System tests: fix a multiarch problem
Diffstat (limited to 'test/python/docker')
-rw-r--r--test/python/docker/compat/test_containers.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/python/docker/compat/test_containers.py b/test/python/docker/compat/test_containers.py
index 38ac5b59f..9fcdf49ea 100644
--- a/test/python/docker/compat/test_containers.py
+++ b/test/python/docker/compat/test_containers.py
@@ -206,6 +206,7 @@ class TestContainers(unittest.TestCase):
self.assertEqual(len(ctnrs), 1)
def test_copy_to_container(self):
+ self.skipTest("FIXME: #10948 - test is broken")
ctr: Optional[Container] = None
try:
test_file_content = b"Hello World!"