diff --git a/tests/block_test.go b/tests/block_test.go index d17cab477996c22d73db1100c8390bb6bf29078b..f5dfac017d9b53a8b7c42d0daa662a6dc4c2c487 100644 --- a/tests/block_test.go +++ b/tests/block_test.go @@ -32,10 +32,6 @@ func TestBcInvalidRLPTests(t *testing.T) { runBlockTestsInFile("files/BlockTests/bcInvalidRLPTest.json", []string{}, t) } -func TestBcJSAPITests(t *testing.T) { - runBlockTestsInFile("files/BlockTests/bcJS_API_Test.json", []string{}, t) -} - func TestBcRPCAPITests(t *testing.T) { runBlockTestsInFile("files/BlockTests/bcRPC_API_Test.json", []string{}, t) }