From c1b865bbece4cfa1a5c1934017a39db60d99c200 Mon Sep 17 00:00:00 2001 From: machadovilaca Date: Wed, 17 Apr 2024 10:36:32 +0100 Subject: [PATCH] tests: PIT flaky virt-handler component monitoring test Ref: https://github.com/kubevirt/kubevirt/commit/0c086a0acd4a3658dc15b61310223ef7ec9aaf1d Signed-off-by: machadovilaca --- 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 75504b3a5689..f6af4e42e416 100644 --- a/tests/monitoring/component_monitoring.go +++ b/tests/monitoring/component_monitoring.go @@ -236,7 +236,7 @@ var _ = Describe("[Serial][sig-monitoring]Component Monitoring", Serial, decorat }, 5*time.Minute, 500*time.Millisecond).Should(Succeed()) }) - It("VirtHandlerRESTErrorsBurst and VirtHandlerRESTErrorsHigh should be triggered when requests to virt-handler are failing", func() { + PIt("VirtHandlerRESTErrorsBurst and VirtHandlerRESTErrorsHigh should be triggered when requests to virt-handler are failing", func() { err = virtClient.RbacV1().ClusterRoleBindings().Delete(context.Background(), "kubevirt-handler", metav1.DeleteOptions{}) Expect(err).ToNot(HaveOccurred())