Remove redundant RC and service tests in integration.go

This commit is contained in:
Yu-Ju Hong 2016-05-02 15:16:38 -07:00
parent ecab249337
commit 20f29a1ccd
1 changed files with 0 additions and 3 deletions

View File

@ -170,9 +170,6 @@ func walkJSONFiles(inDir string, fn func(name, path string, data []byte)) error
func TestExampleObjectSchemas(t *testing.T) {
cases := map[string]map[string]runtime.Object{
"../cmd/integration": {
"v1-controller": &api.ReplicationController{},
},
"../examples/guestbook": {
"frontend-deployment": &extensions.Deployment{},
"redis-slave-deployment": &extensions.Deployment{},