do not read aws creds
This commit is contained in:
parent
61d6a59ef1
commit
f6b2958cc9
@ -48,7 +48,7 @@ func TestExchangeBackupIntgSuite(t *testing.T) {
|
|||||||
suite.Run(t, &ExchangeBackupIntgSuite{
|
suite.Run(t, &ExchangeBackupIntgSuite{
|
||||||
Suite: tester.NewIntegrationSuite(
|
Suite: tester.NewIntegrationSuite(
|
||||||
t,
|
t,
|
||||||
[][]string{tconfig.M365AcctCredEnvs, storeTD.AWSStorageCredEnvs}),
|
[][]string{tconfig.M365AcctCredEnvs}), // , storeTD.AWSStorageCredEnvs
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user