Disable helm inflator tests.

This commit is contained in:
jregan
2020-11-10 15:22:25 -08:00
parent e9a74b87e3
commit a468743b81
2 changed files with 5 additions and 0 deletions

View File

@@ -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)
}
*/

View File

@@ -1,5 +1,6 @@
package main_test
/*
import (
"fmt"
"io/ioutil"
@@ -296,3 +297,4 @@ spec:
claimName: test-minecraft-datadir
`)
}
*/