kill the e2e event restore test (#816)
This commit is contained in:
parent
cb467a3e46
commit
57ddf26007
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user