Skip to content

Commit

Permalink
Fixed pods e2e test.
Browse files Browse the repository at this point in the history
Fixed pods e2e test. The test was failing due to PR kubernetes#5256.
  • Loading branch information
jszczepkowski committed Mar 12, 2015
1 parent a3fd0a9 commit f24531c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/pods.go
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit f24531c

Please sign in to comment.