]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Skip hostname test
authorZack Cerza <zack.cerza@inktank.com>
Wed, 17 Sep 2014 21:29:27 +0000 (15:29 -0600)
committerZack Cerza <zack.cerza@inktank.com>
Wed, 17 Sep 2014 21:48:56 +0000 (15:48 -0600)
Due to the workaround put in place recently

Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
teuthology/orchestra/test/test_remote.py

index f8efde5e11b5f65bb1bb68e3635c30bbcebb4e69..4305005fb3535d5f581a12be784b79ffdd6d73b2 100644 (file)
@@ -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')\