diff options
Diffstat (limited to 'functional/tests/identity/v2/test_role.py')
| -rw-r--r-- | functional/tests/identity/v2/test_role.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/functional/tests/identity/v2/test_role.py b/functional/tests/identity/v2/test_role.py index e542a5fb..c0eb5fc7 100644 --- a/functional/tests/identity/v2/test_role.py +++ b/functional/tests/identity/v2/test_role.py @@ -10,9 +10,12 @@ # License for the specific language governing permissions and limitations # under the License. +import testtools + from functional.tests.identity.v2 import test_identity +@testtools.skip('bug/1539780') class RoleTests(test_identity.IdentityTests): def test_role_create(self): |
