Remove validation because of sync TestDrandNull test
This commit is contained in:
parent
4cd05fa39c
commit
d6a8a7aeb8
@ -367,9 +367,6 @@ func New(api Provider, ds dtypes.MetadataDS, netName dtypes.NetworkName, j journ
|
|||||||
j = journal.NilJournal()
|
j = journal.NilJournal()
|
||||||
}
|
}
|
||||||
us := stmgr.DefaultUpgradeSchedule()
|
us := stmgr.DefaultUpgradeSchedule()
|
||||||
if err := us.Validate(); err != nil {
|
|
||||||
return nil, err
|
|
||||||
}
|
|
||||||
|
|
||||||
mp := &MessagePool{
|
mp := &MessagePool{
|
||||||
ds: ds,
|
ds: ds,
|
||||||
|
Loading…
Reference in New Issue
Block a user