diff --git a/api/const.go b/api/const.go index 640a83fc4..5a18660c9 100644 --- a/api/const.go +++ b/api/const.go @@ -19,4 +19,5 @@ package api const ( // ComponentName just a name to identify this package/component/application ComponentName = "sonataflow" + Ignore = "test" )