mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-14 10:30:59 +00:00
removed comments documenting broken test
This commit is contained in:
@@ -639,7 +639,6 @@ spec:
|
|||||||
servicePort: 7702
|
servicePort: 7702
|
||||||
path: /test
|
path: /test
|
||||||
`)
|
`)
|
||||||
|
|
||||||
}
|
}
|
||||||
func TestPatchTransformerJsonAsYaml(t *testing.T) {
|
func TestPatchTransformerJsonAsYaml(t *testing.T) {
|
||||||
th := kusttest_test.MakeEnhancedHarness(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) {
|
func TestPatchTransformerSimilarArrays(t *testing.T) {
|
||||||
th := kusttest_test.MakeEnhancedHarness(t).
|
th := kusttest_test.MakeEnhancedHarness(t).
|
||||||
PrepBuiltin("PatchTransformer")
|
PrepBuiltin("PatchTransformer")
|
||||||
|
|||||||
Reference in New Issue
Block a user