clean up example unit test

This commit is contained in:
Cao Shufeng 2018-02-24 17:42:27 +08:00
parent 7c67e4d7ab
commit 5f7d77b0dc

View File

@ -228,11 +228,6 @@ func TestExampleObjectSchemas(t *testing.T) {
"namespace-dev": &api.Namespace{},
"namespace-prod": &api.Namespace{},
},
"../examples/elasticsearch": {
"es-rc": &api.ReplicationController{},
"es-svc": &api.Service{},
"service-account": nil,
},
"../examples/explorer": {
"pod": &api.Pod{},
},