diff --git a/api/krusty/fnplugin_test.go b/api/krusty/fnplugin_test.go index d7e294cf7..1dd852199 100644 --- a/api/krusty/fnplugin_test.go +++ b/api/krusty/fnplugin_test.go @@ -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) // Function plugins should not need the env setup done by MakeEnhancedHarness @@ -306,6 +307,7 @@ spec: } func TestFnContainerTransformer(t *testing.T) { + t.Skip("wait for #3881") skipIfNoDocker(t) // Function plugins should not need the env setup done by MakeEnhancedHarness @@ -403,7 +405,7 @@ spec: cpu: 200m memory: 50M `) -}*/ +} func TestFnContainerTransformerWithConfig(t *testing.T) { skipIfNoDocker(t)