From 63a0fe20f98e0cb8316beb81ca77249ffdda29c5 Mon Sep 17 00:00:00 2001 From: Dougal Matthews Date: Tue, 19 Dec 2017 08:55:27 +0000 Subject: [PATCH] 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 --- .../tests/scenario/engine/actions/v2/test_ssh_actions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mistral_tempest_tests/tests/scenario/engine/actions/v2/test_ssh_actions.py b/mistral_tempest_tests/tests/scenario/engine/actions/v2/test_ssh_actions.py index 32534ed..1666d15 100644 --- a/mistral_tempest_tests/tests/scenario/engine/actions/v2/test_ssh_actions.py +++ b/mistral_tempest_tests/tests/scenario/engine/actions/v2/test_ssh_actions.py @@ -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']