Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

assertion skip for SAT-30898 #17515

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
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
4 changes: 3 additions & 1 deletion tests/foreman/cli/test_remoteexecution.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
from robottelo.exceptions import CLIFactoryError
from robottelo.utils import ohsnap
from robottelo.utils.datafactory import filtered_datapoint, parametrized
from robottelo.utils.issue_handlers import is_open


@filtered_datapoint
Expand Down Expand Up @@ -344,7 +345,8 @@ def test_positive_run_job_effective_user(
'organization-id': module_org.id,
}
)
assert 'Permission denied' in out
if rex_contenthost.os_version.major != 7 and is_open('SAT-30898'):
assert 'Permission denied' in out

@pytest.mark.tier3
@pytest.mark.parametrize(
Expand Down