diff --git a/plugin/builtin/patchtransformer/PatchTransformer_test.go b/plugin/builtin/patchtransformer/PatchTransformer_test.go index 7987883c2..1dec4da46 100644 --- a/plugin/builtin/patchtransformer/PatchTransformer_test.go +++ b/plugin/builtin/patchtransformer/PatchTransformer_test.go @@ -639,7 +639,6 @@ spec: servicePort: 7702 path: /test `) - } func TestPatchTransformerJsonAsYaml(t *testing.T) { th := kusttest_test.MakeEnhancedHarness(t). @@ -692,9 +691,6 @@ spec: `) } -// test for https://github.com/kubernetes-sigs/kustomize/issues/2767 -// currently documents broken state. resulting ports: should have both -// take-over-the-world and disappearing-act on 8080 func TestPatchTransformerSimilarArrays(t *testing.T) { th := kusttest_test.MakeEnhancedHarness(t). PrepBuiltin("PatchTransformer")