mirror of
https://github.com/zulip/zulip.git
synced 2025-11-12 18:06:44 +00:00
This commit disables the password change tests. These tests are affected by the race condition due to which a user's session can be flushed after a change in password. This happens because in Django 1.7+ session hash is changed whenever password is changed. Till we can find a better solution to this problem these tests cannot be enabled.