From 20f29a1ccd58a7c46ad273581069882a00afdcea Mon Sep 17 00:00:00 2001 From: Yu-Ju Hong Date: Mon, 2 May 2016 15:16:38 -0700 Subject: [PATCH] Remove redundant RC and service tests in integration.go --- examples_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples_test.go b/examples_test.go index 5dc489b1..5611dc18 100644 --- a/examples_test.go +++ b/examples_test.go @@ -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{},