Branch: refs/heads/stable/1.5.x
Home:
https://github.com/django/django
Commit: 6a708cd654fe63278ea8a14b3e44da847c62ebf4
https://github.com/django/django/commit/6a708cd654fe63278ea8a14b3e44da847c62ebf4
Author: Florian Apolloner <
flo...@apolloner.eu>
Date: 2013-09-17 (Tue, 17 Sep 2013)
Changed paths:
M tests/regressiontests/forms/tests/widgets.py
Log Message:
-----------
[1.5.x] Silenced last sporadic failure on 1.5.
This commit is a last resort; technically the test is correct but our testsuite
has some threading issues when LiveServer is used. Since this will never get
fixed in 1.5 and apperently doesn't get triggered on 1.6 we just make sure the
test doesn't error out. I am not 100% sure why this actually fixes the issue,
but this is still better than having failing builds wheneever we do a security
release for 1.5.
(Tested on jenkins itself, should work (tm)).