diff options
Diffstat (limited to 'openstackclient/tests/test_shell.py')
| -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 = { |
