Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
weekface committed Jan 6, 2020
1 parent 30337c3 commit 169f666
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/controller/pod_control_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@ func TestPodControlUpdateMetaInfoConflictSuccess(t *testing.T) {

func TestPodControlUpdatePod(t *testing.T) {
g := NewGomegaWithT(t)
recorder := record.NewFakeRecorder(10)
tc := newTidbCluster()
pod := newPod(tc)
pod.Annotations = map[string]string{"a": "b"}
Expand All @@ -326,7 +325,6 @@ func TestPodControlUpdatePod(t *testing.T) {

func TestPodControlUpdatePodConflictSuccess(t *testing.T) {
g := NewGomegaWithT(t)
recorder := record.NewFakeRecorder(10)
tc := newTidbCluster()
pod := newPod(tc)
pod.Annotations = map[string]string{"a": "b"}
Expand Down

0 comments on commit 169f666

Please sign in to comment.