Skip to content

Commit

Permalink
fix config after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ssd04 committed Jan 31, 2025
1 parent 0ef4c06 commit 92c1f0b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions integrationTests/consensus/consensusSigning_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import (
consensusComp "github.com/multiversx/mx-chain-go/factory/consensus"
"github.com/multiversx/mx-chain-go/integrationTests"
consensusMocks "github.com/multiversx/mx-chain-go/testscommon/consensus"
logger "github.com/multiversx/mx-chain-logger-go"
)

func initNodesWithTestSigner(
Expand Down Expand Up @@ -77,9 +76,6 @@ func TestConsensusWithInvalidSigners(t *testing.T) {
t.Skip("this is not a short test")
}

logger.ToggleLoggerName(true)
logger.SetLogLevel("*:TRACE,consensus:TRACE")

numMetaNodes := uint32(4)
numNodes := uint32(4)
consensusSize := uint32(4)
Expand Down
1 change: 0 additions & 1 deletion integrationTests/testFullNode.go
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@ func (tpn *TestFullNode) initTestNodeWithArgs(args ArgTestProcessorNode, fullArg
tpn.NodeKeys.MainKey.Sk,
tpn.MainMessenger.ID(),
),
config.ConsensusGradualBroadcastConfig{GradualIndexBroadcastDelay: []config.IndexBroadcastDelay{}},
)

if args.WithSync {
Expand Down

0 comments on commit 92c1f0b

Please sign in to comment.