diff --git a/tests/foreman/api/test_computeresource_gce.py b/tests/foreman/api/test_computeresource_gce.py index b0143451cc7..ea0720eb040 100644 --- a/tests/foreman/api/test_computeresource_gce.py +++ b/tests/foreman/api/test_computeresource_gce.py @@ -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') @@ -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