From 627118c438755c02e9b36d351ae5cb41a0ab9461 Mon Sep 17 00:00:00 2001 From: Donny Xia Date: Thu, 6 May 2021 12:33:17 -0700 Subject: [PATCH] skip tests instead of comment out --- api/krusty/fnplugin_test.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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)