upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / python-cherrypy / trunk / disable-sessiontest-file_concurrency.patch
bloba877ad72930d7b0952e8abc7cd4e3d78d33984fe
1 --- a/cherrypy/test/test_session.py 2018-12-09 17:55:39.000000000 +0100
2 +++ b/cherrypy/test/test_session.py 2019-01-02 11:45:55.454146224 +0100
3 @@ -238,6 +238,7 @@ class SessionTest(helper.CPWebCase):
5 def test_2_File_Concurrency(self):
6 self.getPage('/set_session_cls/cherrypy.lib.sessions.FileSession')
7 + pytest.skip('incosistent results (fails intermittently)')
8 self._test_Concurrency()
10 def _test_Concurrency(self):