mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 01:50:55 +00:00
Disable helm inflator tests.
This commit is contained in:
@@ -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)
|
||||
}
|
||||
*/
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
package main_test
|
||||
|
||||
/*
|
||||
import (
|
||||
"fmt"
|
||||
"io/ioutil"
|
||||
@@ -296,3 +297,4 @@ spec:
|
||||
claimName: test-minecraft-datadir
|
||||
`)
|
||||
}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user