From 91dc20239e2517019c45814be066d48492c00db2 Mon Sep 17 00:00:00 2001 From: Anthony Yeh Date: Tue, 6 Dec 2016 15:39:58 -0800 Subject: [PATCH] examples_test: Ignore PetSet object. It cannot be decoded anymore, but the file is kept for legacy users. --- test/examples_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/examples_test.go b/test/examples_test.go index 5ec1a94278..cb876db9ec 100644 --- a/test/examples_test.go +++ b/test/examples_test.go @@ -264,7 +264,7 @@ func TestExampleObjectSchemas(t *testing.T) { "nginx-probe-deployment": {&extensions.Deployment{}}, "nginx-secure-app": {&api.Service{}, &extensions.Deployment{}}, "nginx-svc": {&api.Service{}}, - "petset": {&api.Service{}, &apps.StatefulSet{}}, + "petset": {&api.Service{}, nil}, "pod": {&api.Pod{}}, "pod-w-message": {&api.Pod{}}, "redis-deployment": {&extensions.Deployment{}},