Commit 58337b32 authored by Aymeric Augustin's avatar Aymeric Augustin
Browse files

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

Refs #19201.
parent 58a086ac
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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()