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

[6.15.z cherrypick]Skip GCE test #17283

Merged
merged 1 commit into from
Jan 9, 2025
Merged
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
5 changes: 5 additions & 0 deletions tests/foreman/api/test_computeresource_gce.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

from robottelo.config import settings
from robottelo.constants import GCE_RHEL_CLOUD_PROJECTS, VALID_GCE_ZONES
from robottelo.utils.issue_handlers import is_open


@pytest.mark.skip_if_not_set('gce')
Expand Down Expand Up @@ -228,6 +229,10 @@ def google_host(self, googleclient):
@pytest.mark.tier1
@pytest.mark.pit_server
@pytest.mark.build_sanity
@pytest.mark.skipif(
(is_open('SAT-27997')),
reason='Google CR APIs failing',
)
@pytest.mark.parametrize('sat_gce', ['sat', 'puppet_sat'], indirect=True)
def test_positive_gce_host_provisioned(self, class_host, google_host):
"""Host can be provisioned on Google Cloud
Expand Down
Loading