diff --git a/cmd/integration/commands/root.go b/cmd/integration/commands/root.go index 8a52b4aae..363cfd5e8 100644 --- a/cmd/integration/commands/root.go +++ b/cmd/integration/commands/root.go @@ -57,9 +57,6 @@ func openDatabase2(path string, applyMigrations bool, snapshotDir string, snapsh } } metrics.AddCallback(db.RwKV().CollectMetrics) - if err := SetSnapshotKV(db, snapshotDir, snapshotMode); err != nil { - panic(err) - } return db }