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

Remove if_open conditioning for packit test #15820

Closed
wants to merge 1 commit into from
Closed
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: 1 addition & 3 deletions tests/foreman/api/test_capsulecontent.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
get_repomd_revision,
)
from robottelo.utils.datafactory import gen_string
from robottelo.utils.issue_handlers import is_open


@pytest.fixture
Expand Down Expand Up @@ -975,8 +974,7 @@ def test_positive_sync_container_repo_end_to_end(
f'{con_client} search {module_capsule_configured.hostname}/{path}'
)
assert result.status == 0
if not is_open('SAT-25813'):
assert f'{module_capsule_configured.hostname}/{path}' in result.stdout
assert f'{module_capsule_configured.hostname}/{path}' in result.stdout

result = module_container_contenthost.execute(
f'{con_client} pull {module_capsule_configured.hostname}/{path}'
Expand Down