From 304a9e57ee283a6c82fbe79aa90eded1dd64f0b3 Mon Sep 17 00:00:00 2001 From: Jeff Regan Date: Sat, 16 Jan 2021 20:36:46 -0800 Subject: [PATCH] Update factory_test.go --- api/resource/factory_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/resource/factory_test.go b/api/resource/factory_test.go index cb48a4be9..3f5c56215 100644 --- a/api/resource/factory_test.go +++ b/api/resource/factory_test.go @@ -343,13 +343,13 @@ kind: List name: "listWithAnchorReference", input: []types.PatchStrategicMerge{patchList2}, expectedOut: []*Resource{testDeploymentA, testDeploymentB}, - // TODO(#3271) This shouldn't have an error, but does when kyaml is used. // The error using kyaml is: // json: unsupported type: map[interface {}]interface {} // maybe arising from too many conversions between // yaml, json, Resource, RNode, Unstructured etc. // These conversions go away after closing #3506 - // TODO(#3304): DECISION - open bug with anchor references. + // TODO(#3271) This shouldn't have an error, but does when kyaml is used. + // TODO(#3304): DECISION - still a bug, but not a blocker to #3304 or #2506 expectedErr: konfig.FlagEnableKyamlDefaultValue, }, {