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:
parent
39b47cc123
commit
ae6376cf30
@ -198,7 +198,6 @@ func runRestoreLoadTest(
|
|||||||
users []string,
|
users []string,
|
||||||
) {
|
) {
|
||||||
//revive:enable:context-as-argument
|
//revive:enable:context-as-argument
|
||||||
t.Skip("only validating backup at this time")
|
|
||||||
t.Run("restore_"+name, func(t *testing.T) {
|
t.Run("restore_"+name, func(t *testing.T) {
|
||||||
var (
|
var (
|
||||||
err error
|
err error
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user