aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGustav Simonsson <gustav.simonsson@gmail.com>2015-04-22 21:28:04 +0800
committerGustav Simonsson <gustav.simonsson@gmail.com>2015-04-23 05:16:19 +0800
commitec6acacc539c3392c8dd68c89a2b714ec609ff19 (patch)
tree3a32a8fe0867afa944de9d17986f870f419cff81 /tests
parent9834f855faec1b80f78722db11e5a883d83ff05c (diff)
downloaddexon-ec6acacc539c3392c8dd68c89a2b714ec609ff19.tar
dexon-ec6acacc539c3392c8dd68c89a2b714ec609ff19.tar.gz
dexon-ec6acacc539c3392c8dd68c89a2b714ec609ff19.tar.bz2
dexon-ec6acacc539c3392c8dd68c89a2b714ec609ff19.tar.lz
dexon-ec6acacc539c3392c8dd68c89a2b714ec609ff19.tar.xz
dexon-ec6acacc539c3392c8dd68c89a2b714ec609ff19.tar.zst
dexon-ec6acacc539c3392c8dd68c89a2b714ec609ff19.zip
Unskip BlockTests/bcInvalidHeaderTest.json wrongUncleHash
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) {