diff --git a/helper/restore_helper.go b/helper/restore_helper.go index c79a0e054..f914d6bb7 100644 --- a/helper/restore_helper.go +++ b/helper/restore_helper.go @@ -213,7 +213,7 @@ func doRestoreAgent() error { var currentPipe string - // If skip file detected for the particular tableOid, Will not process batches related to this oid + // If skip file is detected for the particular tableOid, will not process batches related to this oid skipOid := -1 for i, oidWithBatch := range oidWithBatchList { diff --git a/integration/helper_test.go b/integration/helper_test.go index 47593121f..ce9df6ded 100644 --- a/integration/helper_test.go +++ b/integration/helper_test.go @@ -436,7 +436,6 @@ options: }) It("skips batches if skip file discovered single file", func() { // Run helper only with restore for a few batches and skip file defined - // filesToDelete := setupRestoreWithSkipFiles(-1, false) for _, f := range filesToDelete { defer func(filename string) {