Skip to content

Commit

Permalink
#99 remove confusing warning in test output
Browse files Browse the repository at this point in the history
  • Loading branch information
Sh4kE committed Dec 13, 2016
1 parent af2f0d4 commit dc5ed24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tests/functional/test_site_manager_login.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from users.models import OFMUser


@skip("Can't test this anymore :(")
@skip
class LoginTest(unittest.TestCase):
def setUp(self):
self.site_manager = SiteManager()
Expand Down

0 comments on commit dc5ed24

Please sign in to comment.