enable multisig tests
This commit is contained in:
parent
a34a6c65e7
commit
f4b07a7293
@ -7,7 +7,6 @@ import (
|
|||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
suites "github.com/filecoin-project/chain-validation/suites"
|
suites "github.com/filecoin-project/chain-validation/suites"
|
||||||
"github.com/filecoin-project/chain-validation/suites/message"
|
|
||||||
"github.com/filecoin-project/chain-validation/suites/tipset"
|
"github.com/filecoin-project/chain-validation/suites/tipset"
|
||||||
|
|
||||||
factory "github.com/filecoin-project/lotus/chain/validation"
|
factory "github.com/filecoin-project/lotus/chain/validation"
|
||||||
@ -36,9 +35,6 @@ func init() {
|
|||||||
// initialize the test skipper with tests being skipped
|
// initialize the test skipper with tests being skipped
|
||||||
TestSuiteSkipper = TestSkipper{testSkips: []suites.TestCase{
|
TestSuiteSkipper = TestSkipper{testSkips: []suites.TestCase{
|
||||||
|
|
||||||
// Fails due to state initialization
|
|
||||||
message.TestMultiSigActor,
|
|
||||||
|
|
||||||
// Fails due to incorrect implicit actor creation
|
// Fails due to incorrect implicit actor creation
|
||||||
// https://filecoinproject.slack.com/archives/CHMNDCK9P/p1583358693160000
|
// https://filecoinproject.slack.com/archives/CHMNDCK9P/p1583358693160000
|
||||||
tipset.TestInternalMessageApplicationFailure,
|
tipset.TestInternalMessageApplicationFailure,
|
||||||
|
Loading…
Reference in New Issue
Block a user