From e9a4fa99baa950cb13030b6b7ba0923f5a19cb21 Mon Sep 17 00:00:00 2001 From: Kevin Su Date: Sun, 1 Sep 2024 18:30:33 -0700 Subject: [PATCH] should not set echo plugin as default (#5713) Signed-off-by: Kevin Su Signed-off-by: pmahindrakar-oss --- 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 7c55d3862f5..09c4dc53b16 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, }, ) }