[nova-tox-py312-threading]Ignore failing tests

There is two intermittently failing tests we need to ignore for now so
this patch extends the list.

Closes-Bug: #2125185

Change-Id: I8d440013c84ae1dac4e2a1f661fc31138944b032
Signed-off-by: Balazs Gibizer <gibi@redhat.com>
This commit is contained in:
Balazs Gibizer
2025-09-19 10:58:36 +02:00
parent 1d317f043e
commit 520057663a

View File

@@ -79,6 +79,13 @@ nova.tests.unit.compute.test_shelve.ShelveComputeAPITestCase.test_unshelve_witho
nova.tests.unit.compute.test_shelve.ShelveComputeAPITestCase.test_unshelve_without_az_to_newaz
nova.tests.unit.compute.test_shelve.ShelveComputeAPITestCase.test_unshelve_with_az_to_newaz
nova.tests.unit.api.openstack.compute.test_availability_zone.ServersControllerCreateTestV21.test_create_instance_with_availability_zone
nova.tests.unit.api.openstack.compute.test_services.ServicesTestV275.test_services_list_with_additional_filter_old_version
# This fails also with sqlite3.OperationalError: cannot start a transaction within a transaction but
# not from nova.compute.api.HostAPI._service_get_all_cells but from the db api
# _instance_get_by_uuid
nova.tests.unit.conductor.test_conductor.ConductorTaskRPCAPITestCase.test_evacuate_old_rpc_without_target_state
# This test has an eventlet and a threading version we
# should either combine them and make the dynamic or