Эх сурвалжийг харах

Unskip BlockTests/bcInvalidHeaderTest.json wrongUncleHash

Gustav Simonsson 10 жил өмнө
parent
commit
ec6acacc53
1 өөрчлөгдсөн 1 нэмэгдсэн , 4 устгасан
  1. 1 4
      tests/block_test.go

+ 1 - 4
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) {