diff --git a/tobiko/tests/functional/openstack/stacks/test_fedora.py b/tobiko/tests/functional/openstack/stacks/test_fedora.py index f3b0db34b..36054e78d 100644 --- a/tobiko/tests/functional/openstack/stacks/test_fedora.py +++ b/tobiko/tests/functional/openstack/stacks/test_fedora.py @@ -21,6 +21,7 @@ from tobiko.openstack import stacks from tobiko.tests.functional.openstack.stacks import test_cirros +@tobiko.skip_if('Fedora image functional test case often fails', True) class FedoraServerStackTest(test_cirros.CirrosServerStackTest): """Tests connectivity to Nova instances via floating IPs"""