mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
Disable TestExecutionSpec in e3 (#8076)
This commit is contained in:
parent
32ca0e5ab1
commit
a03e85e749
@ -4,10 +4,15 @@ import (
|
||||
"path/filepath"
|
||||
"testing"
|
||||
|
||||
"github.com/ledgerwatch/erigon/eth/ethconfig"
|
||||
"github.com/ledgerwatch/log/v3"
|
||||
)
|
||||
|
||||
func TestExecutionSpec(t *testing.T) {
|
||||
if ethconfig.EnableHistoryV3InTest {
|
||||
t.Skip("fix me in e3 please")
|
||||
}
|
||||
|
||||
defer log.Root().SetHandler(log.Root().GetHandler())
|
||||
log.Root().SetHandler(log.LvlFilterHandler(log.LvlError, log.StderrHandler))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user