From ec6acacc539c3392c8dd68c89a2b714ec609ff19 Mon Sep 17 00:00:00 2001 From: Gustav Simonsson Date: Wed, 22 Apr 2015 15:28:04 +0200 Subject: [PATCH] Unskip BlockTests/bcInvalidHeaderTest.json wrongUncleHash --- tests/block_test.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/block_test.go b/tests/block_test.go index bffaf50da..30178ef6f 100644 --- a/tests/block_test.go +++ b/tests/block_test.go @@ -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) {