This commit is contained in:
HiteshRepo 2024-01-30 17:09:04 +05:30
parent dbc1da92dc
commit 38f9ad03b4
2 changed files with 3 additions and 3 deletions

View File

@ -191,6 +191,9 @@ jobs:
-run '^TestExchangeBackupIntgSuite/TestBackup_Run_exchange$' ./internal/operations/test/m365/exchange \
2>&1 | tee /tmp/corso-trusted-testlog/gotest-ci.log
- name: peek
run: ls /tmp/corso-trusted-testlog
# # run the tests
# - name: Integration Tests
# env:

View File

@ -1,7 +1,6 @@
package testdata
import (
"fmt"
"os"
"path/filepath"
@ -37,8 +36,6 @@ func NewPrefixedS3Storage(t tester.TestT) storage.Storage {
dir = givenDir
}
fmt.Println("----------------->", dir)
cfg, err := tconfig.ReadTestConfig()
require.NoError(t, err, "configuring storage from test file", clues.ToCore(err))