Skip test_keypair integration test until it's fixed

Change-Id: I43f34eeed7a63fb22bbe015b6d81c0ffe111d6e3
Related-Bug: #1526791
This commit is contained in:
Timur Sufiev 2015-12-16 16:36:18 +03:00
parent 3ab7820405
commit b21d7bc55f

View File

@ -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")