mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	Marked cookies-based session expiry test as an expected failure.
Refs #19201.
This commit is contained in:
		| @@ -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() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user