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 879c1807c8
commit a3d5a4f358
3 changed files with 4 additions and 194 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{},