Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nxcc committed Mar 20, 2024
1 parent 4dd9014 commit 49f8f67
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/tests/restore.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ func TaskBuildRestoreTests(baseConfig tasks.KV) []goyek.Task {
)
}

//files := []int{200, 332, 447}
files := []int{447, 447, 447} // FIXME: workaround buggy test (1.22/loopvar)
files := []int{200, 332, 447}
backupRoot := env["BACKUP_ROOT"]

// backups = append(backups,
Expand Down

0 comments on commit 49f8f67

Please sign in to comment.