further reduce CI keymanager test log spam (#5250)
Remove verbose `gossip_eth2` logs not relevant for `test_keymanager_api` from the log to debug CI issue.
This commit is contained in:
parent
001fbd0970
commit
4cf1a7e791
|
@ -1492,7 +1492,7 @@ let
|
||||||
fatal "Invalid base port arg", basePort = basePortStr, exc = exc.msg
|
fatal "Invalid base port arg", basePort = basePortStr, exc = exc.msg
|
||||||
quit 1
|
quit 1
|
||||||
|
|
||||||
for topicName in ["libp2p", "gossipsub"]:
|
for topicName in ["libp2p", "gossipsub", "gossip_eth2"]:
|
||||||
doAssert setTopicState(topicName, Disabled)
|
doAssert setTopicState(topicName, Disabled)
|
||||||
|
|
||||||
waitFor main(basePort)
|
waitFor main(basePort)
|
||||||
|
|
Loading…
Reference in New Issue