Marked cookies-based session expiry test as an expected failure.

Refs #19201.
This commit is contained in:
Aymeric Augustin 2012-10-28 16:51:51 +01:00
parent 58a086acfb
commit 58337b3223
1 changed files with 5 additions and 0 deletions

View File

@ -542,3 +542,8 @@ class CookieSessionTests(SessionTestsMixin, TestCase):
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()