diff options
Diffstat (limited to 'ipalib/tests/test_cli.py')
-rw-r--r-- | ipalib/tests/test_cli.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/tests/test_cli.py b/ipalib/tests/test_cli.py index df3f943e..90c66d41 100644 --- a/ipalib/tests/test_cli.py +++ b/ipalib/tests/test_cli.py @@ -93,7 +93,7 @@ class test_CLI(ClassChecker): o = self.cls(api) assert read_only(o, 'api') is api - def test_parse(self): + def dont_parse(self): """ Tests the `cli.CLI.parse` method. """ |