diff options
Diffstat (limited to 'contrib/python/podman/test/test_system.py')
-rw-r--r-- | contrib/python/podman/test/test_system.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/python/podman/test/test_system.py b/contrib/python/podman/test/test_system.py index 2b1342f8a..c483f3232 100644 --- a/contrib/python/podman/test/test_system.py +++ b/contrib/python/podman/test/test_system.py @@ -23,6 +23,7 @@ class TestSystem(unittest.TestCase): with podman.Client(self.host) as pclient: self.assertTrue(pclient.system.ping()) + @unittest.skip("TODO: Need to setup ssh under Travis") def test_remote_ping(self): host = urlparse(self.host) remote_uri = 'ssh://root@localhost{}'.format(host.path) |