1 | | Another cache-related flaky test is: `cache.tests.CacheMiddlewareTest.test_cache_page_timeout`. |
| 1 | Another cache-related flaky test is: `cache.tests.CacheMiddlewareTest.test_cache_page_timeout` on [https://github.com/django/django/blob/ed3af3ff4b3cfb72de598f1b39a1028ba3826efb/tests/cache/tests.py#L2449 this line]. |
| 2 | |
| 3 | {{{ |
| 4 | Traceback (most recent call last): |
| 5 | File "C:\Jenkins\workspace\pull-requests-windows\database\sqlite3\label\windows\python\Python39\tests\cache\tests.py", line 2449, in test_cache_page_timeout |
| 6 | self.assertEqual( |
| 7 | AssertionError: b'Hello World 1' != b'Hello World 2' |
| 8 | }}} |