Kaydet (Commit) 58337b32 authored tarafından Aymeric Augustin's avatar Aymeric Augustin

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

Refs #19201.
üst 58a086ac
...@@ -542,3 +542,8 @@ class CookieSessionTests(SessionTestsMixin, TestCase): ...@@ -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()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment