From 79c69e1e82d8d974309326e6f25ad5b6dcb4b838 Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Mon, 13 Jul 2015 22:59:15 -0400 Subject: [PATCH] temporarily skip help tests We're trying to change cliff for the better, by improving the UX of the help command. But cliff tests against the tip of OSC. Temporarily skip the tests that are failing and then update them once the fix for cliff has been merged. The patch in question: https://review.openstack.org/#/c/201258/ Change-Id: Ie1e7ddd66477ddf4a3bafedad12934e900ace48f --- openstackclient/tests/test_shell.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openstackclient/tests/test_shell.py b/openstackclient/tests/test_shell.py index 674d83452d..0b4ff6857f 100644 --- a/openstackclient/tests/test_shell.py +++ b/openstackclient/tests/test_shell.py @@ -16,6 +16,7 @@ import copy import mock import os +import testtools from openstackclient import shell from openstackclient.tests import utils @@ -283,6 +284,7 @@ class TestShellHelp(TestShell): super(TestShellHelp, self).tearDown() os.environ = self.orig_env + @testtools.skip("skip until bug 1444983 is resolved") def test_help_options(self): flag = "-h list server" kwargs = {