diff --git a/test/e2e/performanceprofile/functests/7_performance_kubelet_node/cgroups.go b/test/e2e/performanceprofile/functests/7_performance_kubelet_node/cgroups.go index 93907f33da..214fed56ae 100644 --- a/test/e2e/performanceprofile/functests/7_performance_kubelet_node/cgroups.go +++ b/test/e2e/performanceprofile/functests/7_performance_kubelet_node/cgroups.go @@ -200,6 +200,7 @@ var _ = Describe("[performance] Cgroups and affinity", Ordered, func() { initialProfile = profile.DeepCopy() }) It("[test_id:64100] matches with ovs process affinity", func() { + testutils.KnownIssueJira("OCPBUGS-27834") ovnPod, err := getOvnPod(context.TODO(), workerRTNode) Expect(err).ToNot(HaveOccurred(), "Unable to get ovnPod")