From 7ef8433663366aa41f99405ee2697051d374e61c Mon Sep 17 00:00:00 2001 From: Shweta Singh Date: Thu, 9 Jan 2025 11:40:46 +0530 Subject: [PATCH] [6.16.z cherrypick]Skip GCE test (#17284) --- tests/foreman/api/test_computeresource_gce.py | 5 +++++ 1 file changed, 5 insertions(+) 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