Remove redundant RC and service tests in integration.go
This commit is contained in:
parent
ecab249337
commit
20f29a1ccd
|
@ -170,9 +170,6 @@ func walkJSONFiles(inDir string, fn func(name, path string, data []byte)) error
|
||||||
|
|
||||||
func TestExampleObjectSchemas(t *testing.T) {
|
func TestExampleObjectSchemas(t *testing.T) {
|
||||||
cases := map[string]map[string]runtime.Object{
|
cases := map[string]map[string]runtime.Object{
|
||||||
"../cmd/integration": {
|
|
||||||
"v1-controller": &api.ReplicationController{},
|
|
||||||
},
|
|
||||||
"../examples/guestbook": {
|
"../examples/guestbook": {
|
||||||
"frontend-deployment": &extensions.Deployment{},
|
"frontend-deployment": &extensions.Deployment{},
|
||||||
"redis-slave-deployment": &extensions.Deployment{},
|
"redis-slave-deployment": &extensions.Deployment{},
|
||||||
|
|
Loading…
Reference in New Issue