From 3cd2a0a2f7a4fa043871f9f504081cab5493e5f9 Mon Sep 17 00:00:00 2001 From: Natasha Sarkar Date: Tue, 6 Oct 2020 14:48:49 -0700 Subject: [PATCH] removed comments documenting broken test --- plugin/builtin/patchtransformer/PatchTransformer_test.go | 4 ---- 1 file changed, 4 deletions(-) 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")