Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

[1LP][RFR][NOTEST] - Removing test #10241

Merged
merged 1 commit into from
Jul 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions cfme/tests/automate/test_automate_manual.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,31 +223,6 @@ def test_automate_buttons_requests():
pass


@pytest.mark.tier(1)
def test_vm_naming_number_padding():
"""
Polarion:
assignee: dgaikwad
initialEstimate: 1/8h
caseimportance: high
caseposneg: positive
testtype: functional
startsin: 5.10
casecomponent: Automate
tags: automate
setup:
1. Add any provider
testSteps:
1. Provision more than 10 VMs
expectedResults:
1. VMs should be generated with respective numbering

Bugzilla:
1688672
"""
pass


@pytest.mark.tier(2)
@pytest.mark.manual('manualonly')
def test_git_refresh_with_rapid_updates():
Expand Down
29 changes: 0 additions & 29 deletions cfme/tests/configure/test_access_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -2409,35 +2409,6 @@ def test_add_project():
pass


@pytest.mark.manual
@test_requirements.rbac
@test_requirements.ssui
@pytest.mark.tier(2)
def test_ssui_group_switch():
"""
When a user is a member of two or more groups and one of the groups
does not have access to the SSUI, verify that the group w/o SSUI does
not stay logged in after switching groups.

Polarion:
assignee: dgaikwad
casecomponent: SelfServiceUI
caseimportance: critical
initialEstimate: 1/6h
startsin: 5.9
setup:
1. Create a user that is a member of two more groups with one group having SSUI access
and the other group having SSUI access disabled.
testSteps:
1. Login to the SSUI
2. Switch to the group that doesn"t have SSUI access
expectedResults:
1. Login successful
2. Automatically logged out of the SSUI
"""
pass


@pytest.mark.manual
@test_requirements.rbac
@test_requirements.ssui
Expand Down