Merge pull request #3206 from monopole/disableHelmTests

Disable helm inflator tests.
This commit is contained in:
Kubernetes Prow Robot
2020-11-10 16:12:42 -08:00
committed by GitHub
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
`)
}
*/