Skip to content

Commit

Permalink
[6.16.z cherrypick]Skip GCE test (#17284)
Browse files Browse the repository at this point in the history
  • Loading branch information
shweta83 authored Jan 9, 2025
1 parent 5e83050 commit 7ef8433
Showing 1 changed file with 5 additions and 0 deletions.
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

0 comments on commit 7ef8433

Please sign in to comment.