From 0299b5be1d7777ed3dc20df9020b7f0dd8108b04 Mon Sep 17 00:00:00 2001 From: Abhay Date: Fri, 1 May 2026 15:41:50 +0530 Subject: [PATCH] fix: remove the test exceptions for kubevirt-csi-node pods --- .../terminationmessagepolicy/monitortest.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/monitortests/clusterversionoperator/terminationmessagepolicy/monitortest.go b/pkg/monitortests/clusterversionoperator/terminationmessagepolicy/monitortest.go index 5dc96c1501c4..b9f77f60070b 100644 --- a/pkg/monitortests/clusterversionoperator/terminationmessagepolicy/monitortest.go +++ b/pkg/monitortests/clusterversionoperator/terminationmessagepolicy/monitortest.go @@ -130,7 +130,6 @@ func (w *terminationMessagePolicyChecker) CollectData(ctx context.Context, stora "pods/catalogd-controller-manager", ), "openshift-cluster-csi-drivers": sets.NewString( // filed OCPBUGS-84510 to fix - "pods/kubevirt-csi-node", "pods/nutanix-csi-controller", "pods/nutanix-csi-node", ),