enable multisig tests

This commit is contained in:
frrist 2020-03-05 11:17:38 -08:00
parent a34a6c65e7
commit f4b07a7293

View File

@ -7,7 +7,6 @@ import (
"testing"
suites "github.com/filecoin-project/chain-validation/suites"
"github.com/filecoin-project/chain-validation/suites/message"
"github.com/filecoin-project/chain-validation/suites/tipset"
factory "github.com/filecoin-project/lotus/chain/validation"
@ -36,9 +35,6 @@ func init() {
// initialize the test skipper with tests being skipped
TestSuiteSkipper = TestSkipper{testSkips: []suites.TestCase{
// Fails due to state initialization
message.TestMultiSigActor,
// Fails due to incorrect implicit actor creation
// https://filecoinproject.slack.com/archives/CHMNDCK9P/p1583358693160000
tipset.TestInternalMessageApplicationFailure,