Skip to content

Commit

Permalink
Skip failing test (refs. #26)
Browse files Browse the repository at this point in the history
  • Loading branch information
hvelarde committed Jul 9, 2015
1 parent f6ff117 commit 0da1c53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plone/app/ldap/tests/test_controlpanel.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ def test_controlpanel_installed(self):
a.getAction(self)['id'] for a in self.controlpanel.listActions()]
self.assertIn('ldap', actions)

# FIXME: https://github.com/plone/plone.app.ldap/issues/26
@unittest.expectedFailure
def test_controlpanel_removed_on_uninstall(self):
qi = self.portal['portal_quickinstaller']

Expand Down

0 comments on commit 0da1c53

Please sign in to comment.