Skip to content

Commit

Permalink
fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
Song Gao committed Mar 9, 2020
1 parent 32df5cb commit 42ddc14
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/e2e/tidbcluster/serial.go
Original file line number Diff line number Diff line change
Expand Up @@ -590,9 +590,6 @@ var _ = ginkgo.Describe("[tidb-operator][Serial]", func() {
if empty, err := gomega.BeEmpty().Match(newTC.Spec.TiDB.BaseImage); empty {
e2elog.Failf("Expected tidb.baseImage has default value set, %v", err)
}
if isNil, err := gomega.BeNil().Match(newTC.Spec.TiDB.Config); isNil {
e2elog.Failf("Expected tidb.config has default value set, %v", err)
}

ginkgo.By("Validating should reject illegal update")
newTC.Labels = map[string]string{
Expand Down

0 comments on commit 42ddc14

Please sign in to comment.