mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
Fixed pods e2e test.
Fixed pods e2e test. The test was failing due to PR #5256.
This commit is contained in:
parent
a3fd0a9fd5
commit
f24531c88e
@ -250,6 +250,7 @@ var _ = Describe("Pods", func() {
|
||||
pod.Labels["time"] = value
|
||||
pod.ResourceVersion = podOut.ResourceVersion
|
||||
pod.UID = podOut.UID
|
||||
pod.Spec.Host = podOut.Spec.Host
|
||||
pod, err = podClient.Update(pod)
|
||||
if err != nil {
|
||||
Fail(fmt.Sprintf("Failed to update pod: %v", err))
|
||||
|
Loading…
Reference in New Issue
Block a user