Skip to content

Commit

Permalink
E2E: skip ovs affinity test due to OCPBUGS-30806 (openshift#988)
Browse files Browse the repository at this point in the history
Signed-off-by: Niranjan M.R <mrniranjan@redhat.com>
Co-authored-by: Niranjan M.R <mrniranjan@redhat.com>
  • Loading branch information
2 people authored and Tal-or committed Mar 27, 2024
1 parent e4a7822 commit c2dccb4
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -200,7 +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")
testutils.KnownIssueJira("OCPBUGS-30806")
ovnPod, err := getOvnPod(context.TODO(), workerRTNode)
Expect(err).ToNot(HaveOccurred(), "Unable to get ovnPod")

Expand All @@ -222,7 +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")
testutils.KnownIssueJira("OCPBUGS-30806")
var testpod *corev1.Pod
var err error
testpod = pods.GetTestPod()
Expand Down

0 comments on commit c2dccb4

Please sign in to comment.