From a468743b81b84a6c358c7e15a768632e5d8dffe0 Mon Sep 17 00:00:00 2001 From: jregan Date: Tue, 10 Nov 2020 15:22:25 -0800 Subject: [PATCH] Disable helm inflator tests. --- api/krusty/helmchartinflationgenerator_test.go | 3 +++ .../HelmChartInflationGenerator_test.go | 2 ++ 2 files changed, 5 insertions(+) diff --git a/api/krusty/helmchartinflationgenerator_test.go b/api/krusty/helmchartinflationgenerator_test.go index d9d003251..7ed02f85d 100644 --- a/api/krusty/helmchartinflationgenerator_test.go +++ b/api/krusty/helmchartinflationgenerator_test.go @@ -3,6 +3,7 @@ package krusty_test +/* import ( "testing" @@ -76,6 +77,7 @@ helmChartInflationGenerator: th.AssertActualEqualsExpected(m, expected) } + func TestHelmChartInflationGeneratorAsPlugin(t *testing.T) { th := kusttest_test.MakeHarness(t) th.WriteK("/app", ` @@ -98,3 +100,4 @@ releaseNamespace: testNamespace m := th.Run("/app", th.MakeDefaultOptions()) th.AssertActualEqualsExpected(m, expected) } +*/ diff --git a/plugin/builtin/helmchartinflationgenerator/HelmChartInflationGenerator_test.go b/plugin/builtin/helmchartinflationgenerator/HelmChartInflationGenerator_test.go index 99ab39a4d..86b3382a6 100644 --- a/plugin/builtin/helmchartinflationgenerator/HelmChartInflationGenerator_test.go +++ b/plugin/builtin/helmchartinflationgenerator/HelmChartInflationGenerator_test.go @@ -1,5 +1,6 @@ package main_test +/* import ( "fmt" "io/ioutil" @@ -296,3 +297,4 @@ spec: claimName: test-minecraft-datadir `) } +*/