diff --git a/chain/vm/validation_test.go b/chain/vm/validation_test.go index 79e7dee18..8abd6e5d4 100644 --- a/chain/vm/validation_test.go +++ b/chain/vm/validation_test.go @@ -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,