Skip to content

Commit 43d67a6

Browse files
authored
[6.19.z] Enabled rbac no permission test case (SatelliteQE#21036)
1 parent f46f49b commit 43d67a6

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/foreman/ui/test_rhcloud_iop.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,6 @@ def test_iop_recommendations_host_details_e2e(
284284
assert 'OPENSSH_HARDENING_CONFIG_PERMS' in result.stdout
285285

286286
result = session.host_new.get_recommendations(rhel_insights_vm.hostname)
287-
288287
assert any(row.get('Description') == OPENSSH_RECOMMENDATION for row in result), (
289288
f"No row found with Recommendation == {OPENSSH_RECOMMENDATION}"
290289
)
@@ -589,7 +588,6 @@ def test_iop_insights_rbac_no_permissions(
589588
590589
:parametrized: yes
591590
592-
:BlockedBy: RHINENG-23601
593591
"""
594592
# Create user with no advisor or vulnerability permissions
595593
user, user_password = create_rbac_user(

0 commit comments

Comments
 (0)