From cd5f4e180b6b5240c0da1cb19ef6dcf5431879e3 Mon Sep 17 00:00:00 2001 From: Sargun Narula Date: Fri, 30 Jan 2026 19:24:51 +0530 Subject: [PATCH] Remove Slow tests to fix timeout issue --- .../openshift-cluster-node-tuning-operator-main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-operator/config/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-main.yaml b/ci-operator/config/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-main.yaml index 0646c6d315b1f..6739caa1244ab 100644 --- a/ci-operator/config/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-main.yaml +++ b/ci-operator/config/openshift/cluster-node-tuning-operator/openshift-cluster-node-tuning-operator-main.yaml @@ -136,7 +136,7 @@ tests: - as: test cli: latest commands: "export RESERVED_CPU_SET=\"0\"\nexport ISOLATED_CPU_SET=\"1-5\"\nexport - CLUSTER=mcp-only \nmake cluster-deploy-pao && make pao-functests" + CLUSTER=mcp-only\nexport GINKGO_LABEL_FILTER='!slow'\nmake cluster-deploy-pao && make pao-functests" from: src resources: requests: