1b7191f4f2
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 bug is fixed. This also enables other test cases in this module. Related-Bug: #1482633 Partially-Implements: blueprint goal-python35 Change-Id: I4933e47b0759716f387ec26e3bd8a4e725eb4f91
9 lines
492 B
Plaintext
9 lines
492 B
Plaintext
##########################################################################
|
|
# NOTE(dims): The following tests randomly fail in the gate. Please be
|
|
# careful before you re-enable them
|
|
##########################################################################
|
|
nova.tests.unit.virt.xenapi.test_vmops.BootableTestCase
|
|
nova.tests.unit.virt.xenapi.test_vmops.SpawnTestCase
|
|
nova.tests.unit.virt.xenapi.test_volumeops.VolumeDetachTestCase
|
|
nova.tests.unit.virt.xenapi.test_xenapi.XenAPIMigrateInstance
|