From 57ddf26007a58cca023641fa8a71b22e7e6a2ebc Mon Sep 17 00:00:00 2001 From: Keepers Date: Fri, 9 Sep 2022 17:48:44 -0600 Subject: [PATCH] kill the e2e event restore test (#816) --- src/cli/restore/exchange_integration_test.go | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/cli/restore/exchange_integration_test.go b/src/cli/restore/exchange_integration_test.go index d2e3a17cc..587722255 100644 --- a/src/cli/restore/exchange_integration_test.go +++ b/src/cli/restore/exchange_integration_test.go @@ -25,7 +25,12 @@ var ( events = path.EventsCategory ) -var backupDataSets = []path.CategoryType{email, contacts, events} +// TODO: bring back event restore testing when they no longer produce +// notification emails. Currently, the duplication causes our tests +// dataset to grow until timeouts occur. +// var backupDataSets = []path.CategoryType{email, contacts, events} + +var backupDataSets = []path.CategoryType{email, contacts} type RestoreExchangeIntegrationSuite struct { suite.Suite