From 79a1e463e3656aaf8d9dd73a574e7bfe3f85cb78 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 --- 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, }, ) }