Skip to content

Commit

Permalink
Skip PerformanceProfile update test (#929)
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Ojosnegros Manchón <jojosneg@redhat.com>
  • Loading branch information
jlojosnegros committed Jan 29, 2024
1 parent fd8b0be commit 467c834
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -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")

Expand All @@ -221,6 +222,7 @@ var _ = Describe("[performance] Cgroups and affinity", Ordered, func() {
})

It("[test_id:64101] Creating gu pods modifies affinity of ovs", func() {
testutils.KnownIssueJira("OCPBUGS-27834")
var testpod *corev1.Pod
var err error
testpod = pods.GetTestPod()
Expand Down

0 comments on commit 467c834

Please sign in to comment.