diff --git a/cfme/tests/configure/test_access_control.py b/cfme/tests/configure/test_access_control.py index 75a89116d4..aeb214cd58 100644 --- a/cfme/tests/configure/test_access_control.py +++ b/cfme/tests/configure/test_access_control.py @@ -2797,30 +2797,6 @@ def test_service_non_admin_user(): pass -@pytest.mark.manual -@test_requirements.rbac -@pytest.mark.tier(2) -def test_self_service_users_ssui(): - """ - Verify that a user in the assigned to the EVMRole-self_service and - EVMRole-self_service can login to the SSUI - - Polarion: - assignee: dgaikwad - casecomponent: SelfServiceUI - caseimportance: critical - initialEstimate: 1/4h - startsin: 5.8 - testSteps: - 1. Create a user assigned to the default role of EVMRole-self_service - 2. Login to the SSUI with the user - expectedResults: - 1. User created successfully - 2. SSUI access granted - """ - pass - - @pytest.mark.manual @test_requirements.rbac @pytest.mark.tier(2)