summaryrefslogtreecommitdiff
path: root/contrib/python/test/test_containers.py
diff options
context:
space:
mode:
authorJhon Honce <jhonce@redhat.com>2018-05-16 09:22:29 -0700
committerAtomic Bot <atomic-devel@projectatomic.io>2018-05-16 19:20:24 +0000
commit2fdd4a16104af142d43f593c84da7acd86d4b077 (patch)
tree482a30cfbae9f0183903bc3ec1851c2109929a87 /contrib/python/test/test_containers.py
parent9fed15af938fdd92ee38d398bcd262130d03ed96 (diff)
downloadpodman-2fdd4a16104af142d43f593c84da7acd86d4b077.tar.gz
podman-2fdd4a16104af142d43f593c84da7acd86d4b077.tar.bz2
podman-2fdd4a16104af142d43f593c84da7acd86d4b077.zip
Skip tests that are flaking, holding up merge queue
Signed-off-by: Jhon Honce <jhonce@redhat.com> Closes: #783 Approved by: baude
Diffstat (limited to 'contrib/python/test/test_containers.py')
-rw-r--r--contrib/python/test/test_containers.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/python/test/test_containers.py b/contrib/python/test/test_containers.py
index 9f6123e05..344d40d0d 100644
--- a/contrib/python/test/test_containers.py
+++ b/contrib/python/test/test_containers.py
@@ -109,6 +109,7 @@ class TestContainers(PodmanTestCase):
self.alpine_ctnr.refresh()
self.assertFalse(self.alpine_ctnr.running)
+ @unittest.skip('Datetime values from inspect missing offset')
def test_inspect(self):
actual = self.alpine_ctnr.inspect()
self.assertEqual(actual.id, self.alpine_ctnr.id)