From 27fda4ae5581368326e0d34d7cf1d9a320fb7741 Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Mon, 30 Mar 2026 23:02:33 +0200 Subject: [PATCH] Drop the pods in openshift-operators ns test --- tests/interop/test_validate_edge_site_components.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/interop/test_validate_edge_site_components.py b/tests/interop/test_validate_edge_site_components.py index 4722ea2b..9d3ff736 100644 --- a/tests/interop/test_validate_edge_site_components.py +++ b/tests/interop/test_validate_edge_site_components.py @@ -44,7 +44,6 @@ def test_validate_argocd_reachable_edge_site(openshift_dyn_client): def test_check_pod_status(openshift_dyn_client): logger.info("Checking pod status") projects = [ - "openshift-operators", "open-cluster-management-agent", "open-cluster-management-agent-addon", "openshift-gitops",