diff --git a/features/deployment_versioning/aa_clean_old_deployments/feature.go b/features/deployment_versioning/aa_clean_old_deployments/feature.go index ad816ed7..4231aec8 100644 --- a/features/deployment_versioning/aa_clean_old_deployments/feature.go +++ b/features/deployment_versioning/aa_clean_old_deployments/feature.go @@ -1,4 +1,4 @@ -package routing_with_ramp +package aa_clean_old_deployments import ( "context" @@ -13,6 +13,7 @@ import ( ) var Feature = harness.Feature{ + SkipReason: "Investigate issue with BuildId cannot be empty error", Workflows: CleanOldDeployments, Activities: []any{ListOldDeployments, DeleteDeployment}, Execute: func(ctx context.Context, runner *harness.Runner) (client.WorkflowRun, error) {