Skip to content

Commit cc89ef4

Browse files
committed
Remotely delete quietly on CI pipelines
1 parent 21fdaf1 commit cc89ef4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

apptrust/commands/version/remote_delete_app_version_cmd_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import (
1313
"github.com/jfrog/jfrog-cli-application/apptrust/model"
1414
"github.com/jfrog/jfrog-cli-core/v2/plugins/components"
1515
"github.com/jfrog/jfrog-cli-core/v2/utils/config"
16+
"github.com/jfrog/jfrog-cli-core/v2/utils/coreutils"
1617
"github.com/stretchr/testify/assert"
1718
"github.com/stretchr/testify/require"
1819
)
@@ -170,6 +171,8 @@ func TestRemoteDeleteAppVersionCommand_QuietSuite(t *testing.T) {
170171

171172
for _, tt := range tests {
172173
t.Run(tt.name, func(t *testing.T) {
174+
t.Setenv(coreutils.CI, "false")
175+
173176
ctrl := gomock.NewController(t)
174177
defer ctrl.Finish()
175178

0 commit comments

Comments
 (0)