diff --git a/openstack_dashboard/test/integration_tests/tests/test_keypair.py b/openstack_dashboard/test/integration_tests/tests/test_keypair.py index 45783b19e9..a0fb93c1bf 100644 --- a/openstack_dashboard/test/integration_tests/tests/test_keypair.py +++ b/openstack_dashboard/test/integration_tests/tests/test_keypair.py @@ -14,8 +14,10 @@ # under the License. from openstack_dashboard.test.integration_tests import helpers +from openstack_dashboard.test.integration_tests.tests import decorators +@decorators.skip_because(bugs=["1526791"]) class TestKeypair(helpers.TestCase): """Checks that the user is able to create/delete keypair.""" KEYPAIR_NAME = helpers.gen_random_resource_name("keypair")