From 38f0380d6bb2fd156e6c5b5c6e2443ffcf93626a Mon Sep 17 00:00:00 2001 From: Kevin Su Date: Sat, 31 Aug 2024 00:37:34 -0700 Subject: [PATCH] should not set echo plugin as default Signed-off-by: Kevin Su --- flyteplugins/go/tasks/plugins/testing/echo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flyteplugins/go/tasks/plugins/testing/echo.go b/flyteplugins/go/tasks/plugins/testing/echo.go index 7c55d3862f..09c4dc53b1 100644 --- a/flyteplugins/go/tasks/plugins/testing/echo.go +++ b/flyteplugins/go/tasks/plugins/testing/echo.go @@ -181,7 +181,7 @@ func init() { taskStartTimes: make(map[string]time.Time), }, nil }, - IsDefault: true, + IsDefault: false, }, ) }