7d67cdf269
Enable unstable test one by one and figure out failure easily when it fails again. Partially-Implements: blueprint goal-python35 Change-Id: I15d5562b46bb87cd6849a01670f81d31418bf971
17 lines
840 B
Plaintext
17 lines
840 B
Plaintext
nova.tests.unit.test_wsgi.TestWSGIServerWithSSL
|
|
|
|
##########################################################################
|
|
# NOTE(dims): The following tests randomly fail in the gate. Please be
|
|
# careful before you re-enable them
|
|
##########################################################################
|
|
nova.tests.unit.virt.vmwareapi.test_configdrive.ConfigDriveTestCase
|
|
nova.tests.unit.virt.vmwareapi.test_driver_api.VMwareAPIVMTestCase
|
|
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
|
|
|
|
# The XenAPI plugins run in a Python 2.4 environment, so avoid attempting
|
|
# to run their unit tests in a Python 3 environment.
|
|
nova.tests.unit.virt.xenapi.plugins
|