diff options
| author | Steve Martinelli <stevemar@ca.ibm.com> | 2015-07-13 22:59:15 -0400 |
|---|---|---|
| committer | Steve Martinelli <stevemar@ca.ibm.com> | 2015-07-13 22:59:15 -0400 |
| commit | 79c69e1e82d8d974309326e6f25ad5b6dcb4b838 (patch) | |
| tree | 49944dbe537e68137305dd3a8b7a86b8caf0bcef /openstackclient | |
| parent | 963f3049c0171e1919d1a7357348bea5d2b4215b (diff) | |
| download | python-openstackclient-79c69e1e82d8d974309326e6f25ad5b6dcb4b838.tar.gz | |
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
Diffstat (limited to 'openstackclient')
| -rw-r--r-- | openstackclient/tests/test_shell.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openstackclient/tests/test_shell.py b/openstackclient/tests/test_shell.py index 674d8345..0b4ff685 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 = { |
