Skip to content

Commit

Permalink
Update factory_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
monopole authored Jan 17, 2021
1 parent f23f26a commit 304a9e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/resource/factory_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
{
Expand Down

0 comments on commit 304a9e5

Please sign in to comment.