kill the e2e event restore test (#816)

This commit is contained in:
Keepers 2022-09-09 17:48:44 -06:00 committed by GitHub
parent cb467a3e46
commit 57ddf26007
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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