Skip to content

Commit

Permalink
[6.15.z] adding :BlockedBy to org/loc tests (#15623)
Browse files Browse the repository at this point in the history
adding :BlockedBy to org/loc tests (#15608)

(cherry picked from commit 76da400)

Co-authored-by: Peter Ondrejka <[email protected]>
  • Loading branch information
Satellite-QE and pondrejk authored Jul 11, 2024
1 parent 9e78b60 commit 3f4b8ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/foreman/ui/test_location.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ def test_positive_end_to_end(session, target_sat):
assert not session.location.search(location_name)


@pytest.mark.skip_if_open("BZ:1321543")
@pytest.mark.tier2
def test_positive_update_with_all_users(session, target_sat):
"""Create location and do not add user to it. Check and uncheck
Expand All @@ -118,6 +117,8 @@ def test_positive_update_with_all_users(session, target_sat):
was enabled and then disabled afterwards
:BZ: 1321543, 1479736, 1479736
:BlockedBy: SAT-25386
"""
user = target_sat.api.User().create()
loc = target_sat.api.Location().create()
Expand Down
3 changes: 2 additions & 1 deletion tests/foreman/ui/test_organization.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ def test_positive_search_scoped(session):
assert session.organization.search(query)[0]['Name'] == org_name


@pytest.mark.skip_if_open("BZ:1321543")
@pytest.mark.tier2
def test_positive_create_with_all_users(session, module_target_sat):
"""Create organization and new user. Check 'all users' setting for
Expand All @@ -201,6 +200,8 @@ def test_positive_create_with_all_users(session, module_target_sat):
:expectedresults: Organization and user entities assigned to each other
:BZ: 1321543
:BlockedBy: SAT-25386
"""
user = module_target_sat.api.User().create()
org = module_target_sat.api.Organization().create()
Expand Down

0 comments on commit 3f4b8ea

Please sign in to comment.