Skip to content

Commit

Permalink
fix e2e
Browse files Browse the repository at this point in the history
Signed-off-by: oilbeater <[email protected]>
  • Loading branch information
oilbeater committed Jul 17, 2024
1 parent 83fba9e commit 1f58f75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/e2e/kube-ovn/pod/pod_routes.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ var _ = framework.SerialDescribe("[group:pod]", func() {
_, _, err = framework.NBExec(deleteLspCmd)
framework.ExpectNoError(err)
err = f.KubeOVNClientSet.KubeovnV1().IPs().Delete(context.Background(), fmt.Sprintf("%s.%s", pod.Name, pod.Namespace), metav1.DeleteOptions{})
framework.ExpectNoError(err)
})

framework.ConformanceIt("should support configuring routes via pod annotation", func() {
Expand Down

0 comments on commit 1f58f75

Please sign in to comment.