From 96d7771f5cc92a090c936d3998c4a3c214304224 Mon Sep 17 00:00:00 2001 From: Assaf Admi Date: Tue, 19 Mar 2024 10:34:40 +0200 Subject: [PATCH] Reintegrate virtController alerts test Signed-off-by: assafad --- tests/monitoring/component_monitoring.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/monitoring/component_monitoring.go b/tests/monitoring/component_monitoring.go index ecaf31a6f9ff..dfb3d2c48fc6 100644 --- a/tests/monitoring/component_monitoring.go +++ b/tests/monitoring/component_monitoring.go @@ -221,7 +221,7 @@ var _ = Describe("[Serial][sig-monitoring]Component Monitoring", Serial, decorat }, 5*time.Minute, 500*time.Millisecond).Should(Succeed()) }) - PIt("VirtControllerRESTErrorsBurst and VirtControllerRESTErrorsHigh should be triggered when requests to virt-controller are failing", func() { + It("VirtControllerRESTErrorsBurst and VirtControllerRESTErrorsHigh should be triggered when requests to virt-controller are failing", func() { err = virtClient.RbacV1().ClusterRoleBindings().Delete(context.Background(), "kubevirt-controller", metav1.DeleteOptions{}) Expect(err).ToNot(HaveOccurred())