Skip to content

Commit

Permalink
removing comments
Browse files Browse the repository at this point in the history
Signed-off-by: 'Renan Rangel' <rrangel@slack-corp.com>
  • Loading branch information
rvrangel committed Oct 29, 2024
1 parent 4942cbb commit 3dc86b4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions go/test/endtoend/backup/vtctlbackup/backup_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -1353,10 +1353,6 @@ func TestBackupEngineSelector(t *testing.T) {

defer TearDownCluster()

// localCluster.DisableVTOrcRecoveries(t)
// defer func() {
// localCluster.EnableVTOrcRecoveries(t)
// }()
verifyInitialReplication(t)

t.Run("backup with backup-engine=builtin", func(t *testing.T) {
Expand Down Expand Up @@ -1398,10 +1394,6 @@ func TestRestoreAllowedBackupEngines(t *testing.T) {

defer TearDownCluster()

// localCluster.DisableVTOrcRecoveries(t)
// defer func() {
// localCluster.EnableVTOrcRecoveries(t)
// }()
verifyInitialReplication(t)

t.Run("generate backups", func(t *testing.T) {
Expand Down

0 comments on commit 3dc86b4

Please sign in to comment.