good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 2da927b7 authored by battlmonstr's avatar battlmonstr Committed by GitHub
Browse files

trie (#4236): skip TestIHCursor until it is fixed (#4237)

parent 1491ebbb
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,7 @@ import (
)
func TestIHCursor(t *testing.T) {
t.Skip("FIXME #4236")
db, tx := memdb.NewTestTx(t)
require := require.New(t)
hash := common.HexToHash(fmt.Sprintf("%064d", 0))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment