Skip to content

Commit

Permalink
Marked cookies-based session expiry test as an expected failure.
Browse files Browse the repository at this point in the history
Refs #19201.
  • Loading branch information
aaugustin committed Oct 28, 2012
1 parent 58a086a commit 58337b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions django/contrib/sessions/tests.py
Expand Up @@ -542,3 +542,8 @@ def test_cycle(self):
testing for this behavior is meaningless.
"""
pass

@unittest.expectedFailure
def test_actual_expiry(self):
# The cookie backend doesn't handle non-default expiry dates, see #19201
super(CookieSessionTests, self).test_actual_expiry()

0 comments on commit 58337b3

Please sign in to comment.