mirror of
https://github.com/django/django.git
synced 2025-08-23 18:29:12 +00:00
[1.5.x] Marked cookies-based session expiry test as an expected failure.
Refs #19201. Backport of 58337b3 from master.
This commit is contained in:
parent
780eaa4779
commit
88393357a6
@ -542,3 +542,8 @@ class CookieSessionTests(SessionTestsMixin, TestCase):
|
|||||||
testing for this behavior is meaningless.
|
testing for this behavior is meaningless.
|
||||||
"""
|
"""
|
||||||
pass
|
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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user