From f6b2958cc953dc2b82cf2741ee8cd68a4136517a Mon Sep 17 00:00:00 2001 From: HiteshRepo Date: Fri, 2 Feb 2024 20:44:49 +0530 Subject: [PATCH] do not read aws creds --- src/internal/operations/test/m365/exchange/exchange_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internal/operations/test/m365/exchange/exchange_test.go b/src/internal/operations/test/m365/exchange/exchange_test.go index 2250b344e..ed6b5ead8 100644 --- a/src/internal/operations/test/m365/exchange/exchange_test.go +++ b/src/internal/operations/test/m365/exchange/exchange_test.go @@ -48,7 +48,7 @@ func TestExchangeBackupIntgSuite(t *testing.T) { suite.Run(t, &ExchangeBackupIntgSuite{ Suite: tester.NewIntegrationSuite( t, - [][]string{tconfig.M365AcctCredEnvs, storeTD.AWSStorageCredEnvs}), + [][]string{tconfig.M365AcctCredEnvs}), // , storeTD.AWSStorageCredEnvs }) }