aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/block_test.go5
1 files changed, 1 insertions, 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) {