mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-09-15 12:18:57 +00:00
skip tests instead of comment out
This commit is contained in:
@@ -89,7 +89,8 @@ func skipIfNoDocker(t *testing.T) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*func TestFnContainerGenerator(t *testing.T) {
|
func TestFnContainerGenerator(t *testing.T) {
|
||||||
|
t.Skip("wait for #3881")
|
||||||
skipIfNoDocker(t)
|
skipIfNoDocker(t)
|
||||||
|
|
||||||
// Function plugins should not need the env setup done by MakeEnhancedHarness
|
// Function plugins should not need the env setup done by MakeEnhancedHarness
|
||||||
@@ -306,6 +307,7 @@ spec:
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestFnContainerTransformer(t *testing.T) {
|
func TestFnContainerTransformer(t *testing.T) {
|
||||||
|
t.Skip("wait for #3881")
|
||||||
skipIfNoDocker(t)
|
skipIfNoDocker(t)
|
||||||
|
|
||||||
// Function plugins should not need the env setup done by MakeEnhancedHarness
|
// Function plugins should not need the env setup done by MakeEnhancedHarness
|
||||||
@@ -403,7 +405,7 @@ spec:
|
|||||||
cpu: 200m
|
cpu: 200m
|
||||||
memory: 50M
|
memory: 50M
|
||||||
`)
|
`)
|
||||||
}*/
|
}
|
||||||
|
|
||||||
func TestFnContainerTransformerWithConfig(t *testing.T) {
|
func TestFnContainerTransformerWithConfig(t *testing.T) {
|
||||||
skipIfNoDocker(t)
|
skipIfNoDocker(t)
|
||||||
|
|||||||
Reference in New Issue
Block a user