mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-13 11:36:37 +00:00
Unskip BlockTests/bcInvalidHeaderTest.json wrongUncleHash
This commit is contained in:
parent
9834f855fa
commit
ec6acacc53
1 changed files with 1 additions and 4 deletions
|
|
@ -29,10 +29,7 @@ func TestBcUncleHeaderValidityTests(t *testing.T) {
|
||||||
|
|
||||||
func TestBcInvalidHeaderTests(t *testing.T) {
|
func TestBcInvalidHeaderTests(t *testing.T) {
|
||||||
t.Skip("Skipped in lieu of performance fixes.")
|
t.Skip("Skipped in lieu of performance fixes.")
|
||||||
snafus := []string{
|
runBlockTestsInFile("files/BlockTests/bcInvalidHeaderTest.json", []string{}, t)
|
||||||
"wrongUncleHash", // TODO: why does this fail?
|
|
||||||
}
|
|
||||||
runBlockTestsInFile("files/BlockTests/bcInvalidHeaderTest.json", snafus, t)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestBcInvalidRLPTests(t *testing.T) {
|
func TestBcInvalidRLPTests(t *testing.T) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue