Comment 6 for bug 1333144

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/101857
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=5455b8f6f595633513b6521449ebc1985d5b9070
Submitter: Jenkins
Branch: master

commit 5455b8f6f595633513b6521449ebc1985d5b9070
Author: Julie Pichon <email address hidden>
Date: Mon Jun 23 11:58:09 2014 +0100

    Disable broken unit test (related to "Change Password")

    The new django_openstack_auth 1.1.6 library surfaced a defect in this
    test, whereby the test client does not properly log out the user. This
    only affects the test, the functionality otherwise works fine.

    This temporarily disables the test in order to repair the gate, while
    waiting to replace it with a new unit test more reduced in scope and/or
    an integration test.

    Change-Id: I8779666c053a4835e22038a39a530fe5fc84b6a3
    Partial-Bug: #1333144