mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +00:00
core/txpool/blobpool: skipped TestChangingSlotterSize
This commit is contained in:
parent
c36714d273
commit
336d7db52b
1 changed files with 1 additions and 0 deletions
|
|
@ -1051,6 +1051,7 @@ func TestOpenCap(t *testing.T) {
|
||||||
// new fork is added with a max blob count higher than the previous fork. We
|
// new fork is added with a max blob count higher than the previous fork. We
|
||||||
// want to make sure transactions a persisted between those runs.
|
// want to make sure transactions a persisted between those runs.
|
||||||
func TestChangingSlotterSize(t *testing.T) {
|
func TestChangingSlotterSize(t *testing.T) {
|
||||||
|
t.Skip("bor: skipping as it's not relevant to bor")
|
||||||
//log.SetDefault(log.NewLogger(log.NewTerminalHandlerWithLevel(os.Stderr, log.LevelTrace, true)))
|
//log.SetDefault(log.NewLogger(log.NewTerminalHandlerWithLevel(os.Stderr, log.LevelTrace, true)))
|
||||||
|
|
||||||
// Create a temporary folder for the persistent backend
|
// Create a temporary folder for the persistent backend
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue