good morning!!!!

Skip to content
Snippets Groups Projects
Commit ec6acacc authored by Gustav Simonsson's avatar Gustav Simonsson
Browse files

Unskip BlockTests/bcInvalidHeaderTest.json wrongUncleHash

parent 9834f855
No related branches found
No related tags found
No related merge requests found
......@@ -29,10 +29,7 @@ func TestBcUncleHeaderValidityTests(t *testing.T) {
func TestBcInvalidHeaderTests(t *testing.T) {
t.Skip("Skipped in lieu of performance fixes.")
snafus := []string{
"wrongUncleHash", // TODO: why does this fail?
}
runBlockTestsInFile("files/BlockTests/bcInvalidHeaderTest.json", snafus, t)
runBlockTestsInFile("files/BlockTests/bcInvalidHeaderTest.json", []string{}, t)
}
func TestBcInvalidRLPTests(t *testing.T) {
......
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