From a46926c1ebc4fec5356aa7e528c7df64260c3ab5 Mon Sep 17 00:00:00 2001 From: Donny Xia Date: Thu, 6 May 2021 09:54:26 -0700 Subject: [PATCH] Disable tests that use non-exist image --- api/krusty/fnplugin_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/krusty/fnplugin_test.go b/api/krusty/fnplugin_test.go index cef7e6fb2..d7e294cf7 100644 --- a/api/krusty/fnplugin_test.go +++ b/api/krusty/fnplugin_test.go @@ -89,7 +89,7 @@ func skipIfNoDocker(t *testing.T) { } } -func TestFnContainerGenerator(t *testing.T) { +/*func TestFnContainerGenerator(t *testing.T) { skipIfNoDocker(t) // Function plugins should not need the env setup done by MakeEnhancedHarness @@ -403,7 +403,7 @@ spec: cpu: 200m memory: 50M `) -} +}*/ func TestFnContainerTransformerWithConfig(t *testing.T) { skipIfNoDocker(t)