Disable unstable tempest test_run_ssh_proxied_action test

This disables test_run_ssh_proxied_action. Currently it causes the tests to
fail frequently which makes them less useful and blocks patches incorrectly.

Related-Bug: #1736685
Change-Id: I9bd4cb8f828eca3e3227d8e52ef916191a36b45f
This commit is contained in:
Dougal Matthews 2017-12-19 08:55:27 +00:00 committed by Renat Akhmerov
parent 2b4471bf84
commit 63a0fe20f9
1 changed files with 1 additions and 0 deletions

View File

@ -268,6 +268,7 @@ class SSHActionsTestsV2(base.TestCaseAdvanced):
@decorators.attr(type='sanity')
@decorators.idempotent_id('6c09fb04-70b4-43a6-b5f8-a53ca92e66e0')
@decorators.skip_because(bug="1736685")
def test_run_ssh_proxied_action(self):
guest_vm_ip = self.guest_vm['addresses'].popitem()[1][0]['addr']