Skip to content

Commit 639384a

Browse files
committed
remove apiserver-proxy-ns component label skip
1 parent 1fe24f5 commit 639384a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/install_upgrade_operators/relationship_labels/test_relationship_labels.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
from tests.install_upgrade_operators.relationship_labels.utils import (
1313
verify_component_labels_by_resource,
1414
)
15-
from utilities.constants import KUBEVIRT_APISERVER_PROXY_NP, VERSION_LABEL_KEY
16-
from utilities.infra import is_jira_open
15+
from utilities.constants import VERSION_LABEL_KEY
1716

1817
pytestmark = [pytest.mark.post_upgrade, pytest.mark.sno, pytest.mark.gating, pytest.mark.arm64, pytest.mark.s390x]
1918
LOGGER = logging.getLogger(__name__)
@@ -100,9 +99,6 @@ def test_verify_relationship_labels_hco_components(
10099
expected_label_dictionary,
101100
ocp_resource_by_name,
102101
):
103-
if ocp_resource_by_name.name == KUBEVIRT_APISERVER_PROXY_NP and is_jira_open(jira_id="CNV-68999"):
104-
pytest.skip(f"Currently {KUBEVIRT_APISERVER_PROXY_NP} resource have the wrong relationship labels")
105-
106102
verify_component_labels_by_resource(
107103
component=ocp_resource_by_name,
108104
expected_component_labels=expected_label_dictionary,

0 commit comments

Comments
 (0)