aboutsummaryrefslogtreecommitdiffstats
path: root/tests/block_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/block_test.go')
-rw-r--r--tests/block_test.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/block_test.go b/tests/block_test.go
index d17cab477..f5dfac017 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)
}