From: Zack Cerza Date: Wed, 17 Sep 2014 21:29:27 +0000 (-0600) Subject: Skip hostname test X-Git-Tag: 1.1.0~1160 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b3bb87cd1804081443f2d8235d0ef2720fafed14;p=teuthology.git Skip hostname test Due to the workaround put in place recently Signed-off-by: Zack Cerza --- diff --git a/teuthology/orchestra/test/test_remote.py b/teuthology/orchestra/test/test_remote.py index f8efde5e1..4305005fb 100644 --- a/teuthology/orchestra/test/test_remote.py +++ b/teuthology/orchestra/test/test_remote.py @@ -1,5 +1,6 @@ import fudge import fudge.inspector +from pytest import skip from cStringIO import StringIO, OutputType from textwrap import dedent @@ -60,6 +61,7 @@ class TestRemote(object): @fudge.with_fakes def test_hostname(self): + skip("skipping hostname test while the workaround is in place") fudge.clear_expectations() ssh = fudge.Fake('SSHConnection') ssh.expects('get_transport').returns_fake().expects('getpeername')\