don't enable permissions for cli od e2e (#2643)

#### Type of change

- [x] 🤖 Test
This commit is contained in:
Keepers 2023-02-24 14:13:06 -07:00 committed by GitHub
parent 0bba390aa2
commit 3adb70e229
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,7 +79,8 @@ func (suite *NoBackupOneDriveIntegrationSuite) SetupSuite() {
suite.acct,
suite.st,
control.Options{
ToggleFeatures: control.Toggles{EnablePermissionsBackup: true},
// TODO: turn back on when this stops throttling-out the tests.
// ToggleFeatures: control.Toggles{EnablePermissionsBackup: true},
})
require.NoError(t, err)
}
@ -164,7 +165,8 @@ func (suite *BackupDeleteOneDriveIntegrationSuite) SetupSuite() {
suite.acct,
suite.st,
control.Options{
ToggleFeatures: control.Toggles{EnablePermissionsBackup: true},
// TODO: turn back on when this stops throttling-out the tests.
// ToggleFeatures: control.Toggles{EnablePermissionsBackup: true},
})
require.NoError(t, err)