Comment 2 for bug 1482633

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to manila (master)

Reviewed: https://review.openstack.org/210372
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=596b3405629f04f7079106cb5ae3e8324a4361bc
Submitter: Jenkins
Branch: master

commit 596b3405629f04f7079106cb5ae3e8324a4361bc
Author: Valeriy Ponomaryov <email address hidden>
Date: Fri Aug 7 15:41:47 2015 +0300

    Skip unit tests for SSL + py3

    When we request something from SSL wrapped app using py3 and we do not get
    answer at all. In case of unit tests we face test timeout.
    So, skip these tests until related b_u_g is fixed.

    Change-Id: I809668e5c04b7ace45291e3d1bfd743853f55918
    Related-Bug: #1482633
    Partially-Implements: bp py3-compatibility