run restore on load test (#1332)

## Description

Backup load tests are working successfully, we can
un-skip the restore portion of load tests now.

## Type of change

- [x] 🤖 Test

## Issue(s)

* #902

## Test Plan

- [x] 💪 Manual
- [x] 💚 E2E
This commit is contained in:
Keepers 2022-10-25 15:14:32 -06:00 committed by GitHub
parent 39b47cc123
commit ae6376cf30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -198,7 +198,6 @@ func runRestoreLoadTest(
users []string,
) {
//revive:enable:context-as-argument
t.Skip("only validating backup at this time")
t.Run("restore_"+name, func(t *testing.T) {
var (
err error